An open API service indexing awesome lists of open source software.

https://github.com/helixspiral/earthquakecli

A CLI interface for displaying earthquake data from the USGS
https://github.com/helixspiral/earthquakecli

earthquake-data geological-data

Last synced: 3 months ago
JSON representation

A CLI interface for displaying earthquake data from the USGS

Awesome Lists containing this project

README

        

README
---
This app uses the USGS API to display recent earthquakes in a CLI table

Usage
---
To build: `go build -o QuakeCLI .`

To run: `./QuakeCLI`

Sample Output
---
![Sample Output](./images/QuakeCLI.PNG)