Skip to content

fscherwi/tf-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-weather

Build Status Codacy Badge

Shows the current weather data from Tinkerforge Sensors!

Install

You may require sudo!

 $ npm install -g tf-weather

Usage

Simple show current weather

$ weather

Show live weather

$ weather --live

Options

Custom HOST

$ weather get -h <your-host>

Custom PORT

$ weather get -p <your-port>

Custom Callback period in live mode

$ weather get -w <your-wait-period>