Metadata-Version: 2.1
Name: r2-LatestEarthquake
Version: 0.1
Summary: This package will get the latest earthquake from BMKG
Home-page: https://github.com/ricky-blip/LatestEarthquakeIndonesia.git
Author: Ricky Rinaldy
Author-email: ricky.rinaldy77@gmail.com
License: UNKNOWN
Project-URL: About Author, https://bit.ly/3ABmegZ
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 Earthquake in Indonesia
Latest Earthquake Indonesia from Indonesian Agency for Meteorology, Climatology, and Geophysics (BMKG)

## ABOUT
This Package will scrape from [BMKG](https://www.bmkg.go.id/) to get latest earthquake in Indonesia.

Using Library BeautifulSoup4 and Request, to produce output in the form of JSON that is ready to be used in web or mobile apps.


