Project

lombard

0.0
No commit activity in last 3 years
No release in over 3 years
Quickly overview weather forecast in your preferred cities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Lombard Gem Version

Quickly overview weather forecast in your preferred cities, using OpenWeatherMap's API.

Get started

To install Lombard, run this command:

gem install lombard

It is already done. That was fast!

Commands

For fetching forecast, just run lombard with any city name:

$ lombard London
# London (GB)
  Clear - Sky is Clear
  1°C / 34°F

$ lombard San Francisco
# San Francisco (US)
  Clear - Sky is Clear
  20°C / 69°F

Options

--favorites

Displays forecast for any favorite. Firstly, run lombard --init for creating a default config file (~/.lombard.yml). Then, list your favorite cities in this YAML file:

- San Francisco
- Bordeaux
- Périgueux

Running lombard without any argument is an alias for lombard --favorites.

--help

Displays help message.

--init

Generates empty configuration file.

--version

Gets current version.