diff options
Diffstat (limited to 'desktop/CurseTheWeather/README')
-rw-r--r-- | desktop/CurseTheWeather/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/CurseTheWeather/README b/desktop/CurseTheWeather/README new file mode 100644 index 0000000000..64f4305c01 --- /dev/null +++ b/desktop/CurseTheWeather/README @@ -0,0 +1,16 @@ +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 |