Metadata-Version: 2.1
Name: Indonesia-earthquake-live-report
Version: 0.0.2
Summary: This package will get the latest earthquake report from BMKG
Author-email: Antonius Sawung Wulung <sawungwulung7@gmail.com>
Project-URL: Homepage, https://github.com/TaWulung/indonesia-latest-earthquake-report
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.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Indonesia Latest Quake Report
This package will get the latest earthquake report from BMKG

## HOW IT WORK
This package will scrape from (BMKG)(https://bmkg.go.id)

This package will use BeautifulSoup4 and Requests

## HOW TO USE

    import gempa_terkini

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

Dont forget to install BeautifulSoup4 and Requests to make sure this package working 
