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

https://github.com/dideler/simple-weather

Basic weather data from the command line
https://github.com/dideler/simple-weather

Last synced: about 1 year ago
JSON representation

Basic weather data from the command line

Awesome Lists containing this project

README

          

#### View the weather in your terminal

![screenshot](http://i.imgur.com/rVcseHX.png)
Uses [OpenWeatherMap](http://openweathermap.org) as data source.

#### Installation

```
pip install -Ur requirements.txt
ln -s `pwd`/weather.py /usr/local/bin/weather # Optional symlink for convenience
```