(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)
quakefeed is a Python package designed as a service listener for earthquake events. It connects to earthquake information services, monitors seismic activity in real-time, and captures significant events based on user-defined thresholds.
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install quakefeed from GitHub repository, do:
git clone [email protected]:ITC-CRIB/quakefeed.git
cd quakefeed
python -m pip install .
Include a link to your project's full documentation here.
If you want to contribute to the development of quakefeed, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.