Metadata-Version: 2.1
Name: latestearthquake-id-mp97
Version: 0.0.3
Summary: This package will get the latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency
Home-page: https://github.com/eko-microproject/latest-indonesia-earthquake
Author: Eko Wijaya
Author-email: microprojects97@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (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
This package will get the latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency

## HOW IT WORK?
This package will scrape from [BMKG](https://bmkg.go.id) to get latest earthquake happened in Indonesia

This package will use Beautfulsoup4 and Request to produce output in the form JSON that is ready to be used in web or mobile application

## HOW TO USE
```
import gempaterkini

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

# AUTHOR
Eko Wijaya
