This is a simple weather dashboard built using React and powered by WeatherApi and OpenWeatherMap.
- Clone the repository.
- Run
npm install
to install the necessary dependencies. - create a
.env
file and add the API keys.
VITE_OWM_API=<OpenWeatherMap_API_KEY>
VITE_WA_API=<WeatherApi_API_KEY>
- Run
npm run dev
to start the development server.
Love to have your contribution aboard, please follow the following guidelines to contribute:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Open a pull request to the master branch.
- Add a detailed description about the changes.
The project is under MIT License.
- Real-time weather API WeatherAPI
- Search/Autocomplete API OpenWeatherMap
- UI inspired from Budiarti