diff options
Diffstat (limited to 'desktop/CurseTheWeather/slack-desc')
-rw-r--r-- | desktop/CurseTheWeather/slack-desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/CurseTheWeather/slack-desc b/desktop/CurseTheWeather/slack-desc index 71aba06ee7..dd4bf1c730 100644 --- a/desktop/CurseTheWeather/slack-desc +++ b/desktop/CurseTheWeather/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -CurseTheWeather: CurseTheWeather (curses application which displays the weather) +CurseTheWeather: CurseTheWeather (ncurses Weather Application) CurseTheWeather: -CurseTheWeather: CurseTheWeather is a curses application which displays the -CurseTheWeather: weather in a terminal. It can give the current weather as -CurseTheWeather: well as forcast for up to 10 days. -CurseTheWeather: -CurseTheWeather: weatherfeei.py is a module that it uses and it can be used -CurseTheWeather: by other frontends to get weather information. Each time it -CurseTheWeather: is instantiated, it grabs the weather from weather.com +CurseTheWeather: CurseTheWeather is a python application which displays the weather +CurseTheWeather: in a terminal via a ncurses frontend (ctw). This frontend shows +CurseTheWeather: ascii-art weather icons along with the current weather conditions +CurseTheWeather: and 10 day forecast. CurseTheWeather: +CurseTheWeather: weatherfeed.py is the python module that grabs the weather data from +CurseTheWeather: weather.com, and it can used by frontends other than ctw. CurseTheWeather: +CurseTheWeather: http://opensource.hld.ca/trac.cgi/wiki/CurseTheWeather |