A simple weather application built with CodeIgniter 3 that allows users to check weather forecasts based on their location or any specified city.
- Search for weather data by city name.
- Display current weather information such as temperature, humidity, wind speed, etc.
- Use a third-party API (e.g., OpenWeatherMap) to fetch weather data.
- Responsive user interface.
Before you begin, ensure you have the following installed:
- PHP >= 5.6
- Apache or Nginx server with
mod_rewriteenabled - Composer (optional, if using additional dependencies)
- A valid API key for a weather service (e.g., OpenWeatherMap)
git clone https://github.com/Enstso/WeatherApp.git