Skip to content

giesan/weather-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI Example

This is an example of the weather CLI based on the WeatherAPI implemented with the Go (golang) programming language.

Requirements for development

Go must be installed.

Compile

go build -o weather-cli .

Requirements for usage

API-Key from WeatherAPI must be set as an environment variable WEATHERAPI_KEY.

Usage

Show help

./weather-cli -h

Show weather for Berlin

./weather-cli -l Berlin

About

Weather CLI Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages