Metadata-Version: 2.1
Name: Latest_IDEarthquake
Version: 0.0.8
Summary: This package will scrape Indonesia's latest earthquake data from bmkg.go.id
Home-page: https://github.com/RemoteWorkerIDN/Latest_IDEarthquake
Author: danahiswara
Author-email: danahiswara.danas@gmail.com
License: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
License-File: LICENSE

# Latest_IDEarthquake
This package will get the latest earthquake data from BMKG | Meteorological, Climatological, and Geophysical Agency

## How it Works?
This package will scrape from https://www.bmkg.go.id/. 
It will use BeautifulSoup 4 and Request, then produce output in the form of JSON that is ready to be used in web or mobile applications 

## How to Use
```
if __name__ == "__main__" :
    print("Aplikasi Utama")
    result = gempaterkirni.ekstraksi_data()
    gempaterkirni.tampilkan_data(result)
```

## Author
Danahiswara Arifta Majid
