ClimApp is a simple web application that provides weather information for any city in the world. It uses the OpenWeatherMap API to fetch current weather data and display it on the screen.
- Check current weather conditions for any city in the world.
- Intuitive user interface for easy access to weather information.
- Multi-platform compatibility, allowing users to access weather information from any device with internet access.
- HTML
- CSS
- JavaScript
- Clone this repo
git@github.com:https://github.com/eduardoslompo/ClimApp.git
- Change directory
cd ClimApp
- Open index.html to run it locally
ClimApp requires an internet connection to fetch weather data from the OpenWeatherMap API. Make sure you have an active internet connection before using the application.
- MIT