Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Cladamos/clawea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clawea

A terminal based weather forecast application written in Go using Bubble Tea and Lipgloss

clawea

Installation

go install github.com/cladamos/clawea@latest

If the command isn't recognized after installation, ensure your Go bin folder is in your PATH

Usage

Simply run the command to see the forecast for your current location:

clawea

Controls

  • q or ctrl+c: Quit the application
  • l or : Next Page
  • h or : Previous Page

Configuration

Clawea follows standard OS conventions for storing configuration files. On your first run, it will create automatically

File Path

  • macOS: /Users/username/Library/Application\ Support/clawea/config.conf
  • Linux: ~/.config/clawea/config.conf
  • Windows: %AppData%\clawea\config.conf

Configuration Settings

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

APIs Used

  • I used Open-Meteo for all weather data in the application.
  • I used ip-api to find the user's location.

Packages

No packages published

Languages