Metadata-Version: 2.1
Name: muzadash
Version: 0.0.4
Summary: This package will get the lates Dashboard Monitoring Indonesia
Home-page: https://github.com/Insan-Nusantara-Tecnology/latest-indonesia-earthquake
Author: Fikri Muzadi
Author-email: fikrimuzadi@gmail.com
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

# latest Dashboard Monitoring
This package will get the lates Dashboard Monitoring Indonesia

## How it Works?
This package will scrape Dashboard monitoring

This package will use Baoutifulsoup4 and Requests, to produce output in the form of JSON that is ready to be used in web or mobile aplications.

## How to use Lastes Qarthquake BMKG Indonesia
```commandline
if __name__ == "__main__":
    print("Aplikasi utama")
    result = gempa_terkini_BMKG.ekstraski_data()
    gempa_terkini_BMKG.tampilkan_data(result)
```
