Metadata-Version: 2.1
Name: IndonesiaLatestEarthQuakeAlert
Version: 0.0.7
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 government agency sources
bmkg.go.id (Indonesia Meteorological, Climatological, and Geophysical Agency)

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)

# Version
0.0.7 Bug fix \
0.0.6 Bug fix \
0.0.5 Change data source to https://warning.bmkg.go.id \
0.0.4 Bug fix \
0.0.3 Bug fix \
0.0.2 Bug fix \
0.0.1 Create new application with data source https://www.bmkg.go.id \
