Metadata-Version: 2.1
Name: latestarthquake-indonesia
Version: 0.1.1
Summary: This package will give us information about the latest earthquake in Indonesia. The data taken from BMKG (Meteorology, Climatology, and Geophysics Agency).
Home-page: https://github.com/wearenotrobot/latest-indonesian-earthquake
Author: mizan toyyibun
Author-email: untirta.mizan62@gmail.com
License: UNKNOWN
Project-URL: Github, https://github.com/wearenotrobot/latest-indonesian-earthquake
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest Indonesian Earthquake
This package will give us information about the latest earthquake in Indonesia. The data taken from BMKG (Meteorology, Climatology, and Geophysics Agency).

## How it work?
This package will scrape from [BMKG](https://bmkg.go.id) to get the latest earthquake in Indonesia.

This package will use BeautifulSoup4 and Request, to produce output in the form of JSON. This package is ready to be used in web or mobile applications.

## How to use
	import gempaterkini

    if __name__ == '__main__':
        print('Aplikasi utama')
        result = gempaterkini.ekstraksi_data()
        gempaterkini.tampilkan_data(result)
    
# Author
mizan toyyibun

