Metadata-Version: 2.1
Name: latterearthquake-indonesia
Version: 0.0.3
Summary: This package will get recent earthquake detected fromMeteorological, Climatology and Geophysics Agency of Indonesia's website
Home-page: https://github.com/Glaceon-Training/recent-indonesia-earthquake
Author: Ryandri
Author-email: radhinusa@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Recent (The Latter) Indonesia Earthquake
This package will get recent earthquake detected from 
Meteorological, Climatology and Geophysics Agency of Indonesia's website

## How it works
This package will scrape from BMKG Indonesia to get most recent earthquake happening
in Indonesia.

This package uses BeautifulSoup4 and Request to produce output in JSON form and ready
to be used in web application services.

## How to use
```
import recent_earthquake2

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

## Author
rynderi
