https://github.com/joedborg/f1-weather
Grab the weather for F1 events
https://github.com/joedborg/f1-weather
Last synced: 4 months ago
JSON representation
Grab the weather for F1 events
- Host: GitHub
- URL: https://github.com/joedborg/f1-weather
- Owner: joedborg
- License: gpl-3.0
- Created: 2024-06-11T14:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T20:58:14.000Z (about 2 years ago)
- Last Synced: 2025-11-13T23:30:11.864Z (7 months ago)
- Language: HTML
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Formula 1 Weather
This project is a simple application that displays the weather forecast for the upcoming F1 sessions as well as historical weather data.
## Running
Simply running the command will display all the weather for the default year.
### Commands
`pretty`: Default. Show tables of each session's weather data.
`json`: Show the weather data in JSON format.
### Options
`--filter`: Filter the data by inputted text.
`--year`: Specify the year.
`--skip`: Skip sessions where weather data isn't available.
## Todo
Add tests!