Weather feed.. XML?
- Started
- Last post
- 4 Responses
- phirschybar
http://www.alinghi.com/en/home.p…
Look in the top right hand corner of this page. The weather in Geneva must be coming from a public feed (my guess). Any idea where I can get access to a database for a city in the U.S.?
Help is much appreciated.
- ********0
i have used weather.com in the past. a nice free service
- industry730
if you want a custom weather feed. heres what you need to do.
check out http://www.nws.noaa.gov/tg/
Basically it is a service from the NOAA to get raw weather data, you can then create a program to parse the data and import it into a database. or XML file to connect to your site.
there are several options for data retrieval, just poke around and find what you need.
if your looking for something more simple, then your going to either need to pay or use one of those cheesy weather underground or weather.com images on your site
- phirschybar0
thanks for the info!