Metadata-Version: 2.1
Name: IndonesiaEarthquake-sReport
Version: 0.0.4
Summary: This is a live earthquake report from Indonesian Agency for Meteorology, Climatology, and Geophysics' s data
Home-page: https://github.com/Muhammad-Sahal-Nurdin/SHL-Indonesia-Earthquake-s-Report
Author: Muhammad Sahal Nurdin
Author-email: sahalnurdin@gmail.com
License: UNKNOWN
Project-URL: Website, https://sahaln.github.io/CV/
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 :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SHL-Indonesia-Earthquake's-Report
This is a live earthquake report from Indonesian Agency for Meteorology, Climatology, and Geophysics' s data

## How this Program Work?
this package will extract data from [BMKG](https://www.bmkg.go.id)

this program will retrieve data from bmkg using the beautiful4 library and request.

# How To Use
import gempa_terkini

if  __name__ == '__main__':
    print('Aplikasi Utama')
    result = gempa_terkini.ekstraksi_data()
    gempa_terkini.tampilkan_data(result)

# Author
Muhammad Sahal Nurdin

A Computer Science Student at Gunadarma University

