Skip to content

A CLI weather app made with Go.

Xerrex/weather-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI

License: MIT
A CLI weather app made with Go.

Made with:

Setup & usage:

Without building

  • Clone this repo & Change into folder
git clone https://github.com/Xerrex/weather-cli.git
cd weather_snack
  • Setup the environment variables & edit .env
cp envExample .env
# edit '.env' 
  • Initialize the go modules
go mod tidy
  • Run & use app
go run . 

# Follow the usage instructions

Build

  • Coming soon

Acknowledgement:

About

A CLI weather app made with Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages