Metadata-Version: 2.1
Name: latestearthquake-nusantara
Version: 0.2
Summary: This package will get the latest earthquake from BMKG | Meteorogical, Climatological, and Geophysical Agency
Home-page: https://github.com/mohehsan/latest-earthquake
Author: Muhammad Ihsan
Author-email: muhammadihsan3011@gmail.com
License: UNKNOWN
Project-URL: Website, https://www.mohammed-ehsan.com/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest Indonesia EarthQuake
This package will get the latest earthquake from BMKG | Meteorogical, Climatological, and Geophysical Agency

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

This package will use BeautifulSoup4 and Requests to pruduce output in the form of JSON that is ready to be used in web or mobile applications

## HOW TO USE
    import gempaterkini

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


# Author
Muhammad Ihsan

