Metadata-Version: 2.1
Name: Earthquakedetection
Version: 0.0.3
Summary: This package will detect the latest earthquakes from BMKG (Meteorology, Climatology, and Geophysical Agency)
Home-page: https://github.com/wahyukmr/Earthquake-detection
Author: wahyukmr
Author-email: maryu9292@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Scrapy
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# Earthquake-detection
>This package will detect the latest earthquakes from **BMKG** *(Meteorology, Climatology, and Geophysical Agency)*.<br>
>You can use it to find out the latest earthquake news.

[![map-of-indonesia.png](https://i.postimg.cc/QNFYhPVJ/map-of-indonesia.png)](https://postimg.cc/14ZrKvG8)

### How it work
- This package will retrieve data from [BMKG](https://bmkg.go.id) to get the latest earthquake news in Indonesia.
- This package uses Beautifulsoup4 and requests.
- and will produce an output in the form of JSON that is ready to be used in web or mobile applications.

### How to use
~~~
import gempaterkini

if __name__ == '__main__':
    result = gempaterkini.ekstraksi_data()
    gempaterkini.tampilkan_data(result)
~~~

### Author
wahyukmr

