https://github.com/mlange-42/tom
Tom -- Terminal app for Open-Meteo forecasts
https://github.com/mlange-42/tom
cli tui weather weather-app weather-forecast
Last synced: 7 months ago
JSON representation
Tom -- Terminal app for Open-Meteo forecasts
- Host: GitHub
- URL: https://github.com/mlange-42/tom
- Owner: mlange-42
- License: mit
- Created: 2024-05-28T21:36:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:32:54.000Z (10 months ago)
- Last Synced: 2025-02-28T03:22:32.943Z (8 months ago)
- Topics: cli, tui, weather, weather-app, weather-forecast
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tom -- Terminal for Open-Meteo
An interactive terminal user interface (TUI) weather app.
Based on data from [Open-Meteo](https://open-meteo.com/).Very early work in progress!

## Installation
Pre-compiled binaries for Linux, Windows and MacOS are available in the
[Releases](https://github.com/mlange-42/tom/releases).> Alternatively, install the latest development version of Tom using [Go](https://go.dev):
> ```shell
> go install github.com/mlange-42/tom@main
> ```## Usage
Run `tom` with the name of a place:
```
tom Buxtehude
```Set the default location, so you can later simply run `tom` without arguments:
```
tom Buxtehude --default
```Get help:
```
tom -h
```