CLI application for developers to quickly retrieve weather statistics
Go
If the color module is not working (go: go.mod file not found in current directory or any parent directory or for some reason, it was not imported in the code), run this command go env -w GO111MODULE=off in the project directory. If it still does not work, manually download module by go get github.com/fatih/color
- Make sure you have Golang installed (
go version). If not, runsudo apt install golang-gofor debian based systems. If you have a diffrent os, google it. - cd into project directory and run
go run main.go - if you're on a linux distro and want to run the program anywhere in your file system, do
go buildin the project directory, thensudo mv raincheck /usr/local/binand finally runraincheck.
