Wheea is a Desktop App for fetching weather informations. Its built using Wails framework for creating desktop apps using Web Techs.
Simply, type the city name you want to fetch in the search field, and done.
Go: 1.22
NodeJS: 21.3.0
Obs: Some lower versions may also work.
go mod tidy
cd frontend && npm install
go install github.com/wailsapp/wails/v2/cmd/wails@latest
At project's root dir, run: wails dev
Icons and illustrations from iconfinder by Laura Reen.
Wheea uses free api for geocoding and weather query provided by open-meteo. Currently, they give 10.000 requests for free, with restriction for non-commercial use.