This package will get the latest earthquake data from BMKG | Badan Meteorologi, Klimatologi, dan Geofisika
The package will use BeautifulSoup4 and Requests, to produce output in the from of JSON that is ready to be used in web or mobile phone
pip install detect2earthimport recent_earthquake
if __name__ == '__main__':
result = recent_earthquake.ekstraksi_data()
recent_earthquake.tampilkan_data(result)