A terminal UI that shows your local beach conditions and weather with human-friendly explanations. Built with Go + Bubble Tea.
Mouja means "wave" in Algerian Arabic.
mouja # default location (Aïn Bénian, Algeria)
mouja 36.8 2.92 # by coordinates
mouja 36.8 2.92 "My Beach" # with custom name| Key | Action |
|---|---|
l |
Change location (in-app) |
r |
Refresh data |
q |
Quit |
Press l to open the location switcher, then type coordinates like 36.8, 2.92, Beach Name.
Powered by Open-Meteo — free weather & marine APIs, no API key required.
- Weather: temperature, humidity, wind speed/direction, conditions
- Marine: wave height/direction/period, swell, water temperature
- Forecast: daily max/min temperature, precipitation
git clone https://github.com/D3epX/Mouja.git
cd Mouja
go build -o mouja .
./moujago install github.com/D3epX/Mouja@latestMIT