This project provides the latest earthquake information in Indonesia. It fetches data from reliable sources and presents it in an easy-to-understand format.
- Real-time earthquake data
- Detailed information on each earthquake
- User-friendly interface
- telegram notification
To install this project, follow these steps:
-
Clone the repository:
git clone https://github.com/ridwaanhall/latest-earthquake-id.git
-
Navigate to the project directory:
cd latest-earthquake-id
-
Install the required dependencies:
pip install -r requirements.txt
To use this project, run the following command:
py manage.py runserver
test
import asyncio
from geoscience_api.views import check_earthquake_and_notify
async def main():
await check_earthquake_and_notify()
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
loop.run_until_complete(main())
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries, please contact ridwaanhall.dev@gmail.com.