Metadata-Version: 2.1
Name: LatestEarthQuakeIndonesiaByFaqih
Version: 0.3
Summary: This package will get latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency
Home-page: https://github.com/Fakhr07/Latest-EarthQuake-BMKG
Author: Faqih Fakhruddin
Author-email: faqih0776@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Faqih0776
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 :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest EarthQuake BMKG
This package will get 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 BeautifulSoup4 and Request, to produce output in the form of JSON that is ready to be used in web or mobile applications

## HOW TO USE

    import gempa_terkini

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



