Frixxie / weatherlogger

weatherlogger utility built upon https://openweathermap.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherlogger

You need an apikey from OpenWeatherMap uses a file of locations and can optionally instead use an ip location

To run without installing:

cargo run

To install clone repo and run in folder:

cargo install --path .

To run with config file:

weatherlogger -c </path/to/config.json>

Example config file can be found in 'config_example.json'

Optionally to use ip location run:

weatherlogger -c </path/to/config.json> -i

About

weatherlogger utility built upon https://openweathermap.org/

License:MIT License


Languages

Language:Rust 87.2%Language:Python 12.8%