/cweather

cmd line weather tool

Primary LanguageC++MIT LicenseMIT

cweather

cmd line weather tool

Status

Alpha

How to build

use:

# scons

to build with debuging symbols use:

# scons debug

This builds using icc. It also assumes that you have boost and libcurl in your default include and lib directories.

Usage

# ./cweather Country City

run # ./cweather -h for more complete usage information.