WeatherApp Web is a simple weather app that uses an OpenWeatherMap API to fetch the temperature of places in the world and their weather data such as: humidity, wind, pressure and temperature.
Pre-requisites: You must have the tools installed: Git, Node.js, and have one OpenWeatherMap API KEY which can be generated by creating an account on the official OpenWeatherMap website. Put your api key in a file called .env how in example .env.example.
# In the terminal, clone the project: $ git clone https://github.com/Wesley-wsl/WeatherApp.git # Enter the project folder: $ cd WeatherApp # Install dependencies: $ yarn or $ npm install # Run the application: $ yarn start or $ npm run start
Okay, now you can access the application from the route: https://localhost:3000/