The respository contains Weather detail api access from worldweatheronline.com using PHP MVC Pattern and Android Weather App linked using api access to © world weather online.
- Install xampp server
- Setup the Xampp server through - Xampp Control Panel
- After Installation, To test & verify the installation go in your browser and type "localhost/phpmyadmin"
- If phpmyadmin loads up in your browser then the installation was successfull, if not do check if you have a port number assigned in your xampp control panel apache server which would be 80 or 8080.
- If port number assigned looks like 80 or 8080 do change your address on the browser i.e(localhost:8080/weather)
- Create Database and Table using the steps & code mentioned in mysqlcreate.sql
- Copy the Weather folder in your local machine's xampp/htdocs folder.
- Now go ahead on your browser and enter "localhost/weather" in your addressbar.
- You are good to go.
Weather details are retrieved using Api key and displayed in the browser. To Generate your own api key go to https://developer.worldweatheronline.com/ and follow steps.
Follow the link : https://github.com/yashthakur1/AndroidWeatherApp