In this section we take a look at weather services api. As well how to make a request to a RESTfulAPI. And parse weather information from a Json file.
live app: http://pctechtips.org/apps/weather
github: https://github.com/zentech/weather-ap...
Table of Content
1- Weather API Services
2- What is a RestfulAPI is?
3- How a RestAPI works?
4- Making request to API for location information
5- Making request to API for weather information
6- Parsing information from json api
7- Render information into html page