An awesome weather app made with React!
Report Bug
·
Request Feature
Table of Contents
The app starts by getting the coordinates of a given location with the Geoapify API, the coordinates are then sent to the Open-Meteo API that will return the weather conditions of the aforementioned location.
The user chooses a location by typing it's name in a search bar.
The info displayed is:
- City and country name (along with its flag)
- Local time
- Different icons according to weather conditions
- Temperatures (current, min and max)
- Wind speed
-
npm
npm install npm@latest -g
-
Get a free API Key at https://www.geoapify.com/
-
Clone the repo
git clone https://github.com/rxfa/weather-app.git
-
Install NPM packages
npm install
-
Store the API key as an environment variable
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Discord -> Rxfa#9148
Project Link: https://github.com/rxfa/weather_app