A CLI weather tool built with golang
To install this tool and make the sun command available globally, run:
- Fork and Clone this repo
- Get your api key from weatherapi
- Create a
.envfile in the root directory of this project and add the fieldAPI_KEY = your api key here
To use this tool run:
- run
go run main.go -l <location>to get the weather data for the the specified location.
