An open API service indexing awesome lists of open source software.

https://github.com/rbhatia46/weather-app-in-node

A console weather app created using Node in just 16 lines of code.
https://github.com/rbhatia46/weather-app-in-node

Last synced: 3 months ago
JSON representation

A console weather app created using Node in just 16 lines of code.

Awesome Lists containing this project

README

          

# weather-app-in-node
A console weather app created using Node in just 16 lines of code.

# Instructions for use

Install all the dependencies first by hitting
`npm install`

Type the following code in the console after being in the project directory to get the temperature for any city:

`node index.js -c {City Name}`

Replace City Name with the city for which you want the temperature.