Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)