minimal cli tool for fetching weather, inspired by rainy.
go install github.com/deewakar-k/stormy@latestgit clone https://github.com/deewakar-k/stormy.git
cd stormy
go build -o stormy .add your api key directly in main.go before building:
const apiKey = "your_api_key"run directly:
stormy city_name- requires an api key from your preferred weather service.
- supports major city names.
- simple and clean output.

