Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epoch/node-weather-cli


https://github.com/epoch/node-weather-cli

Last synced: about 1 month ago
JSON representation

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