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.
- Host: GitHub
- URL: https://github.com/rbhatia46/weather-app-in-node
- Owner: rbhatia46
- Created: 2017-07-08T15:37:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T15:56:34.000Z (over 8 years ago)
- Last Synced: 2025-03-18T13:37:06.578Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.