Metadata-Version: 2.1
Name: recent-indonesia-earthquake
Version: 0.4
Summary: This package will get recent earthquake from BMKG (Meteorological, Climatological, and Geophysical Agency)
Home-page: https://github.com/arifs16/recent-indonesia-earthquake
Author: Arif Setyadi
Author-email: arifsetyadi16@gmail.com
Project-URL: My account, https://github.com/arifs16
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
License-File: LICENSE

# Recent Indonesia Earthquake
This package will get recent earthquake from BMKG (Meteorological, Climatological, and Geophysical Agency)

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

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

## HOW TO USE
    import recentearthquake

    if __name__ == '__main__':
        result = recentearthquake.ekstraksi_data()
        recentearthquake.tampilkan_data(result)

## Author
Arif Setyadi
