karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

Fetch your location's weather #76

Open tiikeri opened 8 years ago

tiikeri commented 8 years ago

Fetch a location's weather using a script. I plan to make this using openweathermap's API.

ghost commented 7 years ago

hey ! I want to work on it. Since I'm novice to GitHub,it would be better if you can guide little bit along my way.

carsnwd commented 7 years ago

I actually did something similar awhile back I think after my sophomore year using Forecast.io now called Dark Sky API, so another API you can use. Here is the finished repo

Mazuh commented 7 years ago

Today it's pretty common to use a chat bot to do so. Would be really cool.

sbelidhe commented 6 years ago

one can use wunderground API as well to fetch location weathers data. Please refer to sample program /simple-java-wunderground-api which uses wunderground api to retrieve weather data as a reference.