Metadata-Version: 2.1
Name: earthquake-id-warning
Version: 0.0.1
Summary: this project will report the latest earthquake in Indonesia from BMKG
Home-page: https://github.com/goestoremote/indonesia-earthquake
Author: Heru Setiawan
Author-email: lenterabots@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# indonesia-earthquake
this project will report the latest earthquake in Indonesia from BADAN METEOROLOGI, KLIMATOLOGI, DAN GEOFISIKA

## HOW IT WORK?

This package will scrape data from [BMKG](https://bmkg.go.id/) to get the latest earthquake happen in Indonesia

This package use BeautifulSoup4 and requests package to scrape data.
