Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.11 KB



Wheea

Wheea is a Desktop App for fetching weather informations. Its built using Wails framework for creating desktop apps using Web Techs.

How to use it

Simply, type the city name you want to fetch in the search field, and done.

Demo

wheea gif demo

Requirements

Go: 1.22

NodeJS: 21.3.0

Obs: Some lower versions may also work.

Getting Started

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

Assets

Icons and illustrations from iconfinder by Laura Reen.

API

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.

Stack