Skip to content

ridwaanhall/InfoBMKG

Repository files navigation

Latest Earthquake ID

Blocked

Table of Contents

Introduction

This project provides the latest earthquake information in Indonesia. It fetches data from reliable sources and presents it in an easy-to-understand format.

Features

  • Real-time earthquake data
  • Detailed information on each earthquake
  • User-friendly interface
  • telegram notification

Installation

To install this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ridwaanhall/latest-earthquake-id.git
  2. Navigate to the project directory:

    cd latest-earthquake-id
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

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())

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries, please contact ridwaanhall.dev@gmail.com.