/weather-nodejs

Small Nodejs app that plays around promises and simple API requests

Primary LanguageJavaScript

weather-nodejs

Play-around app developed in Nodejs (based on a tutorial). It introduces promise-handling and API requests.

Getting started

The app prints the real and apparent temperatures for a given address.

Runs on terminal and has one required argument --address.

Example usage:

node app.js --address '5th avenue'