Skip to content

JZiegener/go-weather

Repository files navigation

Weather

Go Report Card

Simple command line application to get the weather from https://www.weatherapi.com/

Setup

export WEATHER_APIKEY=<APIKEy for weatherapi.com>

Useage

weather

Weather report: Clifton Park, , United States of America
        Clear
        -2.8 (-11) C
        33.1 - 44.6 KpH
        16 KM
	0 mm^3

weather --location "Cleveland Ohio"

Weather report: Cleveland, Ohio, United States of America
        Partly cloudy
        -1.1 (-8.6) C
        41 - 42.1 KpH
        16 KM
        0 mm^3

About

commandline weather application for learning go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages