phihag / ansiweather

Weather in your terminal, with ANSI colors and Unicode symbols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

AnsiWeather is a Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols.

AnsiWeather Screenshot

Weather data comes from the OpenWeatherMap free weather API.

Requirements

AnsiWeather requires the following dependencies :

Usage

After cloning the repository, simply invoke the script by typing :

./ansiweather

Configuration

The following configuration options are available and should be set according to your location and preferences.

Config options can also be set in ~/.ansiweatherrc

Example : ~/.ansiweatherrc

location:Moscow,RU
fetch_cmd:ftp -V -o -
units:metric

Location

Example : Moscow,RU

location:Moscow,RU

System of Units

Both metric and imperial systems are supported.

units:metric

Display symbols

Toggle Unicode symbols display. Value can be either true or false (requires an Unicode capable display).

symbols:true

License

AnsiWeather is released under the BSD 3-Clause license. See LICENSE file for details.

Author

AnsiWeather is developed by Frederic Cambus

Resources

GitHub : https://github.com/fcambus/ansiweather

About

Weather in your terminal, with ANSI colors and Unicode symbols

License:BSD 3-Clause "New" or "Revised" License