Skip to content

shawnaxsom/go-fetch-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

go-fetch-weather

Weather CLI in Golang

Usage

Sign up for a Meteostat API key in their developer portal: https://dev.meteostat.net/

The key can be used in a .env file or environment variable entered in the command:

Build a binary with go build:

go build go-fetch-weather.go

Then run the cli app:

METEOSTAT_API_KEY=1234 ./go-fetch-weather

About

Weather CLI in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages