Metadata-Version: 2.1
Name: indonesia-earthquake
Version: 0.0.3
Summary: the latest earthquake from BMKG | Indonesia
Home-page: https://github.com/anompermadi/latest_indonesia_earthquake.git
Author: Arsenius Anom Permadi
Author-email: anom@broanom.com
License: UNKNOWN
Project-URL: Website, https://www.broanom.com/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest Indonesia Earthquake
Do you need the latest earthquake from BMKG | Indonesia Meteorological, Climatological, and Geophysical Agency

## Guidance
This package will scrape the latest earthquake data from [BMKG](https://www.bmkg.go.id/).

1. Install package from https://pypi.org/project/indonesia-earthquake/
2. Run your main.py with this code

```
import last_earthquake

if __name__ == '__main__':
    result = last_earthquake.data_extraction()
    last_earthquake.show_data(result)
```

# Author
Arsenius Anom Permadi

