Skip to content

Commit

Permalink
Merge pull request karan#362 from viktorahlstrom/patch-6
Browse files Browse the repository at this point in the history
Added weather solution.
  • Loading branch information
Karan Goel committed Aug 6, 2015
2 parents 53912ba + 202001b commit 13dcecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Web
**Get Atomic Time from Internet Clock** - This program will get the true atomic time from an atomic time clock on the Internet. Use any one of the atomic clocks returned by a simple Google search. [[anggiaj (Go)]](https://github.com/anggiaj/Projects/blob/master/Web/time.go) [[averageprogrammer (Java)]] (https://github.com/averageprogrammer/Atomic_Time)[[rnikhil275 (Python)]](https://github.com/rnikhil275/scripts/blob/master/time.py)

**Fetch Current Weather** - Get the current weather for a given zip/postal code. *Optional: Try locating the user automatically.*
[[chillaranand (python)]] (https://github.com/ChillarAnand/Weather-on-Terminal) [[tapasweni-pathak (python)]] (https://github.com/tapasweni-pathak/Scripts/blob/master/Weather.py) [[Tkwon123 (ruby)]] (https://github.com/Tkwon123/whatweather) [[brahalla (Javascript)]] (https://github.com/brahalla/BeautifulWeather)
[[chillaranand (python)]] (https://github.com/ChillarAnand/Weather-on-Terminal) [[tapasweni-pathak (python)]] (https://github.com/tapasweni-pathak/Scripts/blob/master/Weather.py) [[Tkwon123 (ruby)]] (https://github.com/Tkwon123/whatweather) [[brahalla (Javascript)]] (https://github.com/brahalla/BeautifulWeather)[[viktorahlstrom (Python)]](https://github.com/viktorahlstrom/pyweather)


**Scheduled Auto Login and Action** - Make an application which logs into a given site on a schedule and invokes a certain action and then logs out. This can be useful for checking web mail, posting regular content, or getting info for other applications and saving it to your computer.
Expand Down

0 comments on commit 13dcecb

Please sign in to comment.