Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 730 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 730 Bytes

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>