How do I fetch current weather-temperature (based on ZipCode), using XCode with Objective-C? Is there an API (framework/library)? I can’t seem to find one using Google. With the project I’m working on right now, all I need to do is simply fetch an integer (e.g., degrees fahrenheit).
**This is for Mac OS X, not iOS.
Here are five different ones you can look into.
http://blog.programmableweb.com/2009/04/15/5-weather-apis-from-weatherbug-to-weather-channel/
Do any fit your needs?