Genadinik
Genadinik

Reputation: 18639

How to get weather for time and place?

There are a number of widgets that allow pre-set address and give the current forecast, but I have a different requirement.

I need to send a date and an address, and get the currently predicted weather for that place.

Is that possible? How could I achieve this? If it matters, I use PHP.

Thanks, Alex

Upvotes: 0

Views: 9871

Answers (2)

user1430238
user1430238

Reputation: 11

Please, go to http://www.amplio.ch/blog/web-development/google-weather-api/ it's very clear and useful.

Upvotes: 1

Gaurav
Gaurav

Reputation: 28755

Probably this can help you.

http://developer.yahoo.com/weather/

EDIT :

Probably these can help you

Weather prediction algorithm variety

https://stackoverflow.com/questions/1305127/free-weather-api

Upvotes: 1

Related Questions