Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/node-weather-cli
https://github.com/epoch/node-weather-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/node-weather-cli
- Owner: epoch
- Created: 2017-07-31T06:31:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T12:55:40.000Z (over 7 years ago)
- Last Synced: 2024-10-25T01:39:04.529Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Node CLI Weather
$ git clone https://github.com/epoch/node-weather-cli
$ cd node-weather-cli
$ npm install[request](https://github.com/request/request) is a nodejs library for making http requests. Read the documentation to learn how it works.
In the app.js file write a **command line application** that fetches the temperature for Melbourne Australia using the [open weather map API](https://openweathermap.org/current) and the request library.
## example usage
$ node app.js
$ 15