Metadata-Version: 2.1
Name: Indonesia-latestearthquake
Version: 0.2
Summary: Package with beautifulsoup4 and requests, from JSON can be used on mobile & web applications
Home-page: https://github.com/gustusbs/latest-earthquake-indonesia
Author: Eko S Wibowo, Gustus
Author-email: gustussitanggang@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://remoteworker.id
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

# Earthquake in Indonesia
General Information about latest earthquake **especially in Indonesia.**

## The work-flow
Package scrape from [[bmkg]](https://www.bmkg.go.id/).

*This package using **beautifulSoup4 and request**, 
from JSON can be used on mobile & web applications*

## Step to use
```
import dataoflatestearthquakeindonesia

if __name__ == '__main__':
    earthquake_in_indonesia = dataoflatestearthquakeindonesia.Dataoflatestearthquakeindonesia('https://bmkg.go.id')
    print(f'Main application of package using description{earthquake_in_indonesia.description}')
    dataoflatestearthquakeindonesia.show_data()
    earthquake_in_indonesia.run()
```

## Author
Idea by **Eko S Wibowo as a coach of rwid**

tried project to learning python -**gustus**



