Metadata-Version: 2.1
Name: liveearthquakeindonesia
Version: 0.3
Summary: The package will get the latest earthquake from BMKG
Home-page: https://github.com/rizalmustofa31/Latest-Indonesia-Earhquake
Author: Rizal Mustofa
Author-email: rizalmustofa31@gmail.com
License: UNKNOWN
Project-URL: Website, https://github.com/rizalmustofa31
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

# Latest-Indonesia-Earthquake
The package will get the latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency

## How it Work ?
The package will scrape from [BMKG](https://www.bmkg.go.id) to get latest quake happened in Indonesia
This package will use BeautifulSoup4 and Requests, to produce output in the form of JSON that is ready to be used in web or mobile applications

## How to Use
```
import gempaterkini

if __name__ == '__main__':
    print('Aplikasi utama')
    result = gempaterkini.ekstrasi_data()
    gempaterkini.tampilkan_data(result)
```


# Author
Rizal Mustofa

