Metadata-Version: 2.1
Name: IndonesiaLatestEarthQuakeAlert
Version: 0.0.4
Summary: This package will guide us get earth quake information from bmkg
Home-page: https://github.com/fajari/Indonesia-Eartquake-Alert
Author: M Soleh Fajari
Author-email: <m.soleh.fajari@gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Indonesia-Eartquake-Alert

This package contain latest information of earth quake in Indonesia from two government sources
- bmkg.go.id (Indonesia Meteorological, Climatological, and Geophysical Agency)
- usgs.gov (United States Geological Survey) -- coming soon

This package will use BeautifulSoup4 and Requests to produce output in JSON and it ready to use in web or mobile application

# Requirements
This package needs:
- Python
- BeautifulSoup4

# How To Use
import earthquake_alert

if __name__ == '__main__':
    result = earthquake_alert.data_extraction()
    earthquake_alert.show_data(result)


Note:
* Maybe there is different magnitudo between those two information
