weather-api

Free Weather API

Are there any free weather APIs for displaying weather in the iPhone application. ...

Google Weather API "Conditions"

Anyone know of all the possible weather conditions Google's API will put out? I've got to match up my icons to the forecast, and I can't find a list of conditions. ...

JQuery Plugin Help

I'm trying to develop a JQuery plug-in that will access an outside XML feed and display the results. Here is what I have so far: HTML Header Include <script language="javascript" src="jquery.rss.js" type="text/javascript"></script> JQuery Ready <script type="text/javascript"> $(document).ready(function() { $("#rss").rss({cou...

Snowfall weather api

Hi does anyone know of a snowfall / chance of snow weather api for the UK. I don't mean ski resorts but the actual chance of snow for any location. Thanks ...

Is there a Ruby client for the US National Weather Service data?

Hi, The only US weather data that is available free for commercial use is the US National Weather Service. I'd like to use it. Is there a Ruby/Rails library for accessing it? Perl would also be helpful. They provide a Perl example. I'd use it as a guide for writing the Ruby version. ...

Is there any API that provides weather information in XML?

I was wondering if there is an API that provides weather information in XML format, providing only City and Country. It's even better if it has a way to return results based on IP Address. ...

what is hectoPascAltimeter

what is hectoPascAltimeter, is it air pressure in mbars? check http://ws.geonames.org/findNearByWeatherXML?lat=43&amp;lng=-2 ...

International weather API (PHP)

I'm looking for the best (free/cheap) international weather PHP API out there. Any suggestions? ...

NOAA web service for current weather

I want to get the current weather conditions from the NOAA. I know they have a SOAP web service that can be used to get weather forecasts and XML files for current weather conditions for each of their weather stations. I could just use the XML file for the weather station nearest to where I want, but there doesn't seem to be an easy wa...

Get weather from Yahoo with jQuery

I'm using the Google API to get a user's location on this site. How would I go about getting the weather for that user from Yahoo or somewhere? UPDATE: Ok so I'm going with Yahoo, but I've never done an HTTP GET request before. Im using jQuery and the following code: function getWeather () { $.get("http://weather.yahooapis....

Free Weather API for Company Websites.

I am looking for a Weather API Provider for a company web site that is free of charge. Google API is unofficial, Yahoo and Wetter.com are for personal Websites only, so they don't fit my needs. ...

How should this be done? (returing a collection of values)

I am writing a weather API to connect to the NOAA's XML METARS in C# NETMF. Before, this API was written in PHP, where I was able to use an associative array to return the weather parameters. For example, the return of the getWX() function might have been Array( "temp_f" => "70.0", "windchil" => "65.0", "wind_dir" => "90" ); I am try...

United States Weather Radar Data Feed/API?

Is there a government or private API for accessing weather radar data in the United States? ...

Where can I find a JSON weather api for an iphone app?

most of the ones i've found use xml, and id rather just use the JSON objective c source code. Any suggestions? i have seen this: http://stackoverflow.com/questions/507441/best-weather-apis ...

Web service to get weather

Hi, I need a SOAP web service to provide me the current weather for the given city. I have checked NOAA, but seems it doesn't work. At least I have tried it with wcftestclient. Who have done something similar please suggest. ...

Yahoo! Weather XML Feed allowed to be used in iPhone App?

Hey everyone, I'm quite confused when it comes to the legal side of using something like the Yahoo! Weather feed inside my iPhone App. To be clear, I don't want to actually show any of the info the feed has, but just use that info to trigger events behind the scenes. I have been researching weather APIs and feeds. Some specifically say...

What's the simplest way to obtain the current weather and forecast for an iPhone app?

Using iOS 4, what's the quickest way to obtain the user's current location (assuming they grant it to you) and use it to obtain the current weather conditions and forecast? I'm mainly interested in solutions that don't have any licensing restrictions and don't use APIs that will ban the app from the app store. Many of the other relat...

Are there any websites providing free news, weather, photos APIs for using this data commercially

I want to build a service which needs to get this data from some source for further analysis. Does Google, Yahoo or someone else provides free access to this data for use in other websites using some API. I think Twitter does something like this for their data although they enforce some limits on this. The data I need is mostly for US an...

Best way to get Current Weather via API ?

What is the best way to get current weather via API ? Could you make some example with this API ? ...

Possible values in the National Weather Service Alert Feeds

Has anyone been able to find documentation that has the possible values of the CAP fields in the national weather service alert feeds (sample: http://www.weather.gov/alerts-beta/tn.php?x=0 )? It would be useful to have software that reacts differently to minor events and major events, as well as different types of events. I suppose its...