Metadata-Version: 2.1
Name: indoquake
Version: 0.0.5
Summary: A Latest Earthquake Detection Package Taken Based on BMKG | Meteorological, Climatological, and Geophysical Agency
Author-email: Danang Firmanto <danangfirmino26@gmail.com>
Project-URL: Homepage, https://github.com/danangfir/indoquake
Project-URL: Bug Tracker, https://github.com/danangfir/indoquake/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# indoquake
A Latest Earthquake Detection Package Taken Based on BMKG | Meteorological, Climatological, and Geophysical Agency
> This package was made using the beautifulsoup4 and request packages
> 
> The data is also taken from the [BMKG](https://www.bmkg.go.id/ "earthquake data website")

# requiretment package
> beautifulsoup4
> requests

# Author
> Danang Firmanto

# How to use

```python
from src.quake import ekstrasi_data, tampilkan_data

if __name__ == '__main__':
    print('Earthquake data from BMKG')
    result = ekstrasi_data()
    tampilkan_data(result)
```


