Earthquake Visualization
Used The United States Geological Survey (USGS) USGS.gov API for plotting histogram visualization from earthquake magnitude data
Prerequisite: Python 3.6.2 Version
Input: Earthquake API at https://earthquake.usgs.gov/fdsnws/event/1/
- Clone repo.
- Create Virtual Environment (Not mandatory)
- Run following command from within the main directory:
- pip install -r requirements.txt
- coverage report -m