An open API service indexing awesome lists of open source software.

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

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!