Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 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 (about 7 years ago)
- Last Synced: 2024-04-21T11:20:47.977Z (8 months 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
- awesome-nepal - QuakeCL
README
# QuakeCL [![Build Status](https://travis-ci.org/amitness/QuakeCL.svg?branch=master)](https://travis-ci.org/amitness/QuakeCL) [![Code Climate](https://codeclimate.com/github/amitness/QuakeCL/badges/gpa.svg)](https://codeclimate.com/github/amitness/QuakeCL)
View the 5 recent **earthquakes** that took place in **Nepal** in your terminal.![Screenshot](https://1.bp.blogspot.com/-VqSshLgpYUs/V8MZTsR7fPI/AAAAAAAACxc/_XiZkz2tlgsqjh0veID2elAYZWxzaAwxQCLcB/s1600/Screenshot%2Bfrom%2B2016-08-28%2B22%253A31%253A38.png)
### 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)