/weather_snack

A CLI weather app made with Go.

Primary LanguageGoMIT LicenseMIT

Weather Snack

License: MIT
A CLI weather app made with Go.
Github go docs Go package docs

Made with:

Setup:

  • 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

Run the project

Without build

go run main.go

With build

  • Build project
go build
  • Move executable file to /usr/bin
sudo mv weather_snack /usr/bin
  • Run the project
weather_snack

Coming Up:

  • Tests
  • Take in coordinates in command line

Acknowledgement: