A terminal based weather forecast application written in Go using Bubble Tea and Lipgloss
go install github.com/cladamos/clawea@latestIf the command isn't recognized after installation, ensure your Go bin folder is in your PATH
Simply run the command to see the forecast for your current location:
claweaqorctrl+c: Quit the applicationlor→: Next Pagehor←: Previous Page
Clawea follows standard OS conventions for storing configuration files. On your first run, it will create automatically
- macOS:
/Users/username/Library/Application\ Support/clawea/config.conf - Linux:
~/.config/clawea/config.conf - Windows:
%AppData%\clawea\config.conf
You can manually set your coordinates or leave them as 0.0 to enable automatic location detection via your IP address.
[location]
latitude = 41.67
longitude = 26.56
country = Türkiye
region = Edirne- I used Open-Meteo for all weather data in the application.
- I used ip-api to find the user's location.