Fetch data from USGS and plot areas across the world that had a 4.5+ earthquake in the last 24 hours.
Fetch data from USGS and plot areas across the world that had a 4.5+ earthquake in the last 24 hours.
United State Geological Survey‘s earthquake data.
```shell script
pip3 install datetime
pip3 install pandas
conda install matplotlib
conda install basemap
## Steps
* Run the python app
```shell script
python earthquake.py