In october you answered this question for someone else i


In October you answered this question for someone else. I have attached your code. I too need some similar help with the same problem. Your code uses JSON versus xml as the assignment requests. Is that the same thing? If not can you edit the code to properly use xml?

Assignment:

Create a weather search application using openweathermap.org. To do this, perform the following:

  1. Create a free account on https://openweathermap.org and get an API key
  2. Use the following URL and substitute the appropriate city and API key to return results:
    1. https://api.openweathermap.org/data/2.5/forecast?q=CITYNNAME,us&mode=xml&appid=YOURAPIKEY
  3. Create a single page application that allows the user to input a city name and use services to call the above URL to retrieve a five day forecast.
  4. Display the result in a table view
  5. Save your search results so that the application displays them in the table view the next time the application begins.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: In october you answered this question for someone else i
Reference No:- TGS02149454

Now Priced at $30 (50% Discount)

Recommended (92%)

Rated (4.4/5)