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
- Host: GitHub
- URL: https://github.com/dideler/simple-weather
- Owner: dideler
- License: mit
- Created: 2013-08-09T06:48:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T22:31:15.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:52:45.221Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### View the weather in your terminal

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
```