mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
16 lines
638 B
Text
16 lines
638 B
Text
CurseTheWeather v0.3
|
|
|
|
CurseTheWeather is a curses application which displays the
|
|
weather in a terminal. It can give the current weather as
|
|
well as forcast for up to 10 days.
|
|
|
|
weatherfeed.py is a module that it uses and it can be used
|
|
by other frontends to get weather information. Each time it
|
|
is instantiated, it grabs the weather from weather.com
|
|
|
|
Due to the fact that the CurseTheWeather website uses trac the
|
|
download is somewhat misformed when using wget. If you use FF or another
|
|
browser this problem should not occur.
|
|
|
|
The following commandshould solve this:
|
|
mv CurseTheWeather-0.3.tar.gz\?format\=raw CurseTheWeather-0.3.tar.gz
|