1

I am not sure if what I want to do is possible, as i am fairly new to this. I have signed up for a Free API account with WorldWeatherOnline.com which allows usage of free and commercial use.

What I want to do is have the 3 days weather displayed for a specific location when a user visits a certain ViewController of my app. I'm not looking to ask them for their location via GPS, just display a set locations current weather.

I can generate a Request URL and output in XML format or JSON, but have no idea how to implement them into my app (if it is possible?)

Thanks

Paul Morris
  • 1,763
  • 10
  • 33
  • 47

1 Answers1

3

Check for the Best Weather API,

Read the blog tutorial with sample code for

Adding Local Weather Conditions To Your App (Part 2/2: Accessing Google’s XML Weather API)

Integrating weather information in iphone

Community
  • 1
  • 1
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76