andremartingo / node-terminal-weather

Node script to fetch weather based on a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Node.js Weather Terminal App

Node script to fetch weather based on a string. It fetches the geolocation of that string in Google Maps API and then passes that data to another API call to darksky to get the current temperature of that location

Goals

  • Node.js
  • Terminal
  • Yargs
  • HTTP Request
  • Promises

Instalation

git clone https://github.com/andremartingo/node-terminal-weather.git
cd node-terminal-weather
npm install

Usage

node app.js -a "some address or zip code or place"

Demo

About

Node script to fetch weather based on a string


Languages

Language:JavaScript 100.0%