https://github.com/syaiful6/earthquake
React App that give information about earthquake in Map
https://github.com/syaiful6/earthquake
Last synced: 8 months ago
JSON representation
React App that give information about earthquake in Map
- Host: GitHub
- URL: https://github.com/syaiful6/earthquake
- Owner: syaiful6
- Created: 2020-02-28T01:50:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:58:56.000Z (over 3 years ago)
- Last Synced: 2024-04-14T20:22:59.936Z (about 2 years ago)
- Language: JavaScript
- Size: 931 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Earthquake API
To run this simple Earthquake API you need `python`. It should available for all most
Linux distro. if not available you need to install it, or use any equivalent webserver
that can serve static content. The entry point is `index.html`
### Feature
- Clustering the earthquake marker
- using web worker to speed up the computation
- filter by date range and magnitude
#### Start the server
if your python is version 2. Run this command in the root directory
```
python -m SimpleHTTPServer 8080
```
python3 is using like this
```
python -m http.server 8080
```
That will serve our Earthquake API in port 8080. So open http://localhost:8080/