This web application was made with the Open Weather API with the aim of developing a weather forecast App.
weather.mp4
- First, do a git clone of the project to your machine or download zip code:
git clone https://github.com/andrewaires/Weather-App.git
- You need to creat an account on the Open Weather website;
- Now copy your API key in "My API keys" and insert it on line 14:
$api_key = ".........add your key...............";
Now just run your apache server. :)