A CLI weather app made with Go.
- Go - Build simple, secure, scalable systems.
- OpenWeather
- 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- Coming soon