https://github.com/peter554/weather
A little weather CLI
https://github.com/peter554/weather
cli geocoding python typer weather
Last synced: over 1 year ago
JSON representation
A little weather CLI
- Host: GitHub
- URL: https://github.com/peter554/weather
- Owner: Peter554
- License: mit
- Created: 2022-11-17T14:14:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T22:43:04.000Z (over 3 years ago)
- Last Synced: 2024-10-19T11:28:53.913Z (almost 2 years ago)
- Topics: cli, geocoding, python, typer, weather
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather
A little weather CLI using [Positionstack](https://positionstack.com/) for geocoding
and [Open-Meteo](https://open-meteo.com/) for weather data.
A small hacking project. Missing tests, limited error handling, no CI etc...
Just for fun!
## Usage
Requires Python 3.10+.
* Create a free account Positionstack.
* Install the CLI: `pip install weatherforecastcli`
* Initialize the CLI: `weather init`
* Start getting weather forecasts!
## Forecast
```
weather forecast --help
```
Summary forecast:
```
weather forecast "Death Valley"
```

Detailed forecast:
```
weather forecast "Death Valley" --resolution 3H
```
