Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.32 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.32 KB

Weather App

Weather app developed with Node.js.

Table of Contents

General Information

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.

Technologies Used

APIs Used

Features

  • Get current weather of a location.
  • History of last searched locations.

Setup

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 Status

Project is: completed.