A CLI weather app made with Go.
Github go docs
Go package docs
- Go - Build simple, secure, scalable systems.
- OpenWeather
- Clone this repo
git clone <repo-url>
cd weather_snack
- Initialize the go modules
go mod download
- Setup environment variables and edit
.env
cp .envExample .env
go run main.go
- Build project
go build
- Move executable file to /usr/bin
sudo mv weather_snack /usr/bin
- Run the project
weather_snack
- Tests
- Take in coordinates in command line