latest-earth-quake-Indonesia-chatur

This package will get the latest earthquake (Indonesia) from https://www.bmkg.go.id/ BMKG


License
MIT
Install
pip install latest-earth-quake-Indonesia-chatur==0.0.6

Documentation

bmkg-latest-earthquake

This package will get the latest earthquake (Indonesia) from https://www.bmkg.go.id/ BMKG | Meteorological, Climatological, and Geophysical Agency

example using this module

import gempaterkini_chatur

if name == 'main':

print("Aplikasi Utama")

result = gempaterkini_chatur.ekstrasi_data()

gempaterkini_chatur.tampilkan_data(result)