About | Features | Technologies | Requirements | Starting | License | Author
A project about building a web application to show the current weather using a weather API from external services Open Weather Map.
This is a project from Matheus Battisti, Hora de Codar channel, which I reproduced.
https://baxiclides-basso-neto.github.io/weatherapplication/
https://baxiclides-basso-neto.github.io/weatherapplication/
✔️ Current temperature ✔️ Radar map ✔️ Current weather ✔️ Wind speed ✔️ Current humidity
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/baxiclides-basso-neto/weatherapplication
# Access
$ cd weatherapplication
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Baxiclides Basso Neto