Weather app developed with Node.js.
This project allows you to check the current weather of a location through the console.
It was developed as practice of the course Node: De cero a experto by Fernando Herrera.
- Get current weather of a location.
- History of last searched locations.
Clone the project:
git clone https://github.com/arregnault/weather-node-app.git
Install Node.js dependencies:
cd todo-node-console
npm install
Add .env:
cp .env.example .env
Start project:
npm start
Project is: completed.