Metadata-Version: 2.1
Name: earthquakereport-indonesia
Version: 0.1.2
Summary: This package will provide the most update of Indonesian bureau of Forecast (BMKG)
Home-page: https://github.com/ganirh0612/indonesiaEarthquakeReport
Author: Hasan Gani
Author-email: ganirh0612@gmail.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Indonesia Earthquake Report
This package will provide the most update of Indonesian bureau of Forecast (BMKG)

## How It Work?
This package will scrape from [BMKG](https://www.bmkg.go.id) to get the latest earthquake reports in Indonesia.

This package will use BeautifulSoup4 and Request, to then produce in the form of JSON that is ready to be used in web or mobile applications.

## How To Use This Package?
```
import updateGempa

if __name__ == '__main__':
    print('Aplikasi Utama')
    result = updateGempa.ekstraksi_data()
    updateGempa.tampilkan_data(result)
```
# Author
Hasan Gani
