This is a weather app built with React, using OpenWeatherMap and RapidAPI to fetch weather data for different locations around the world.
- Search for a location by name and get the current weather conditions
- Display the temperature, humidity, and wind speed for the selected location
- Show a background image that changes depending on the weather conditions
Dillinger uses a number of open source projects to work properly:
- OpenWeatherMap - for weather data
- RapidAPI - to access the OpenWeatherMap API
- Clone the repository to your local machine.
- Install the dependencies using npm install.
- Create a
.env
file at the root of the project and add your RapidAPI key and OpenWeatherMap API key - Run
npm start
to start the app in development mode. - Open
http://localhost:3000
to view the app in your browser.
You can check the demo by click in the link Click Here