amka / spotty

Console weather app written in Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotty

Console weather app.

Spotty Preview

Usage

$ spotty --help
A command-line utility to get current weather

Usage: spotty <location>

Global options:
    --[no-]debug     enable debug mode
-t, --temp_unit      temperature units
                     [celsius (default), fahrenheit]
-w, --wind_unit      wind speed units
                     [kmh (default), ms, mph, kn]
-p, --prec_unit      precipitation units
                     [mm (default), inch]
-s, --[no-]select    select from found locations, otherwise first found will be used

See https://github.com/amka/spotty for detailed documentation.

Example

$ spotty cairo
Cairo, Egypt 🌤  30.6°C

Weather Data

Weather data provided by Open-Meteo.com.

About

Console weather app written in Dart.

License:MIT License


Languages

Language:Dart 100.0%