https://github.com/amitness/quakecl
A command line tool that displays the recent earthquakes and aftershocks in Nepal.
https://github.com/amitness/quakecl
earthquakes google-sheets nepal
Last synced: 16 days ago
JSON representation
A command line tool that displays the recent earthquakes and aftershocks in Nepal.
- Host: GitHub
- URL: https://github.com/amitness/quakecl
- Owner: amitness
- License: mit
- Created: 2015-07-27T13:07:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T17:29:33.000Z (over 7 years ago)
- Last Synced: 2024-04-21T11:20:47.977Z (about 1 year ago)
- Topics: earthquakes, google-sheets, nepal
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuakeCL [](https://travis-ci.org/amitness/QuakeCL) [](https://codeclimate.com/github/amitness/QuakeCL)
View the 5 recent **earthquakes** that took place in **Nepal** in your terminal.
### INSTALLATION:
```
pip install QuakeCL
```### USAGE:
~ $ earthquake### DEVELOPMENT
To run the tests:
```
python setup.py test
```### Built with:
* Python
* [Google Spreadsheet](https://docs.google.com/spreadsheets/d/1eeIOB58Dn5qRNWTySqrL35U8xY3JjZ7yhg5Dpxvbz8s/edit) for scraping the data using `IMPORTXML` and `XPath`### References
* Data from [National Seismological Centre](http://www.seismonepal.gov.np)