Version: 1.0
Author: Avinash Rai
Release: 23/06/2015
Weather Application is an one-page web application, developed and designed for displaying current and five-day-forecast weather data for a single location. This application uses two APIs :- OpenweatherMapAPI and Telize GeoIP API.
- The application uses Telize GeoIP to find the user's geo co-ordinates and use to it to call the weather information from OpenWeatherMap API.
- The user's can search for a location, by entering the location's name on the application's Autocomplete search feature. Selecting the location will display its weather information.
- You will need to first get an Application Key from OpenWeatherMap..
Note this is not a product placement scheme and there are other alternatives for this. However this will require changes in "config.php" file and may require changes in the "view" files. - In the "application/config.php" file, set the value 'APPID' => , with the new accquired Application key.
- Place all folders in a desired location.
- Run the application, by setting the URL Pointer to the "public" folder. E.g. http://localhost/weather-application/public/