detect2earth


Namedetect2earth JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/ArN-1/Indonesian-earthquake-monitoring
SummaryThis package will get the latest earthquake data from BMKG | Badan Meteorologi, Klimatologi, dan Geofisika
upload_time2024-07-10 12:42:33
maintainerNone
docs_urlNone
authorNur Arif
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Indonesia Latest Earthquake Detection Application
This package will get the latest earthquake data from [ BMKG ](https://bmkg.go.id) |  Badan Meteorologi, Klimatologi, dan Geofisika



## HOW IT WORK ?



> 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


## How to use
___

```python
import recent_earthquake


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


```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArN-1/Indonesian-earthquake-monitoring",
    "name": "detect2earth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nur Arif",
    "author_email": "nurarif0151@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/1a/936bf3bcd66f8580e3efa832a7f680e3118595d0514974fd3f7f4aa001ef/detect2earth-0.1.3.tar.gz",
    "platform": null,
    "description": "\n# Indonesia Latest Earthquake Detection Application\nThis package will get the latest earthquake data from [ BMKG ](https://bmkg.go.id) |  Badan Meteorologi, Klimatologi, dan Geofisika\n\n\n\n## HOW IT WORK ?\n\n\n\n> 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\n\n\n## How to use\n___\n\n```python\nimport recent_earthquake\n\n\nif __name__ == '__main__':\n    \n    result = recent_earthquake.ekstraksi_data()\n    recent_earthquake.tampilkan_data(result)\n\n\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package will get the latest earthquake data from BMKG | Badan Meteorologi, Klimatologi, dan Geofisika",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/ArN-1/Indonesian-earthquake-monitoring",
        "Website": "https://nurarif.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f965df4827c0b8de7d0ea102a5f9e049ed3458e22647364ac079f8f7cf06c62",
                "md5": "07d3f8e572bb1b25433a8d0e6cd1692f",
                "sha256": "cf9c402172d9bd9324ed105e27576bba0d4bf956363cb5bf4c8f9f8be5ff2bb8"
            },
            "downloads": -1,
            "filename": "detect2earth-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07d3f8e572bb1b25433a8d0e6cd1692f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15039,
            "upload_time": "2024-07-10T12:42:31",
            "upload_time_iso_8601": "2024-07-10T12:42:31.504411Z",
            "url": "https://files.pythonhosted.org/packages/0f/96/5df4827c0b8de7d0ea102a5f9e049ed3458e22647364ac079f8f7cf06c62/detect2earth-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f31a936bf3bcd66f8580e3efa832a7f680e3118595d0514974fd3f7f4aa001ef",
                "md5": "969ab1b6b498b87954038a660e62addb",
                "sha256": "d26b4b672b788f145e9e6ae517fe475708491a3e7e988a6625a9de276a165bbf"
            },
            "downloads": -1,
            "filename": "detect2earth-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "969ab1b6b498b87954038a660e62addb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14901,
            "upload_time": "2024-07-10T12:42:33",
            "upload_time_iso_8601": "2024-07-10T12:42:33.697300Z",
            "url": "https://files.pythonhosted.org/packages/f3/1a/936bf3bcd66f8580e3efa832a7f680e3118595d0514974fd3f7f4aa001ef/detect2earth-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 12:42:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArN-1",
    "github_project": "Indonesian-earthquake-monitoring",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "detect2earth"
}
        
Elapsed time: 0.30937s