![]() |
using weather.com XML feed for weather plugin - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html) +--- Forum: Plugin features and improvements (http://forum.tordex.com/forum-15.html) +--- Thread: using weather.com XML feed for weather plugin (/thread-1210.html) |
- BlueHeaven - 02-08-2004 I am not sure if this has been mentioned before but weather.com has a nice XML weather feed. I was getting tired of sites like wunderground changing formats and found this nice since the data comes in a very structured format (and compact). Here is what it gives for the current conditions at my local airport. Quote:<?xml version="1.0" encoding="ISO-8859-1"?> You have to register first to access the XML feed at: http://www.weather.com/services/oap.html and a guide to using it is available at: http://download.weather.com/web/xml/sdk.zip It shows how to set up for your location and what features are available. It can also provide forecast information although I didn't show that in the example above. It provides information for locations worldwide. Thought it might be of interest to some of you. Rick. - Yuri Kobets - 02-08-2004 Thank you very much for links! I plan to make plugin named something like Weather Monitor Lite with using this XML feed. Now I found where to register for it ![]() |