Skip to content

deewakar-k/stormy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stormy

minimal cli tool for fetching weather, inspired by rainy.

preview

Screenshot From 2025-03-24 21-10-34

image

installation

go install github.com/deewakar-k/stormy@latest

build from source

git clone https://github.com/deewakar-k/stormy.git
cd stormy
go build -o stormy .

usage

add your api key directly in main.go before building:

const apiKey = "your_api_key"

run directly:

stormy city_name

notes

  • requires an api key from your preferred weather service.
  • supports major city names.
  • simple and clean output.

About

a weather fetching cli based off rainy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages