Metadata-Version: 2.1
Name: livelatestearthquake-indonesia
Version: 0.0.8
Summary: This package will get the live latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency
Author-email: MDKovalesky <dzikrikovalesky@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Lates Earthquake in Indonesia
This package will get the live latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency

## HOW IT WORK?
This package will scrape from [BMKG](https://bmkg.go.id) to get live latest quake happend in indonesia

## HOW TO USE?
```
import latestearthquake

if __name__ == '__main__':
    print('~~~Live Earthquake Application~~~')
    result = latestearthquake.ekstraksi_data()
    latestearthquake.show_data(result)
```


This package will use from Beautifulsoup4 and Request, to produce output in the form of JSON that's ready to be used in web or mobile applications
