Metadata-Version: 2.1
Name: detect2earth
Version: 0.1.2
Summary: This package will get the latest earthquake data from BMKG | Badan Meteorologi, Klimatologi, dan Geofisika
Home-page: https://github.com/ArN-1/Indonesian-earthquake-monitoring
Author: Nur Arif
Author-email: nurarif0151@gmail.com
Project-URL: Website, https://nurarif.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: detect2earth


# Indonesia Latest Earthquake Detection Application
This package will get the latest earthquake data from [ BMKG ](https://bmkg.go.id) |  Badan Meteorologi, Klimatologi, dan Geofisika



## HOW IT WORK ?



> The package will use BeautifulSoup4 and Requests, to produce output in the from of JSON that is ready to be used in web or mobile phone


## How to use
___

```python
import recent_earthquake


if __name__ == '__main__':
    
    result = recent_earthquake.ekstraksi_data()
    recent_earthquake.tampilkan_data(result)


```
