https://github.com/fscherwi/tf-weather
Tinkerforge Weather Tool
https://github.com/fscherwi/tf-weather
tinkerforge weather
Last synced: 3 months ago
JSON representation
Tinkerforge Weather Tool
- Host: GitHub
- URL: https://github.com/fscherwi/tf-weather
- Owner: fscherwi
- License: mit
- Created: 2015-08-19T10:30:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T08:58:07.000Z (about 3 years ago)
- Last Synced: 2025-09-17T08:39:11.777Z (9 months ago)
- Topics: tinkerforge, weather
- Language: TypeScript
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-weather
 [](https://www.codacy.com/app/fscherwi/tf-weather)
## Shows the current weather data from Tinkerforge Sensors!
# Install
You may require sudo!
```shell
$ npm install -g tf-weather
```
# Usage
**Simple show current weather**
```shell
$ weather
```
**Show live weather**
```shell
$ weather --live
```
## Options
**Custom HOST**
```shell
$ weather get -h
```
**Custom PORT**
```shell
$ weather get -p
```
**Custom Callback period in live mode**
```shell
$ weather get -w
```