formula1
Here are 110 public repositories matching this topic...
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Oct 14, 2020 - C#
-
Updated
Apr 1, 2017 - Java
-
Updated
Sep 11, 2019 - Python
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Jul 21, 2020 - Swift
-
Updated
Sep 26, 2020 - Kotlin
-
Updated
Jun 25, 2020 - C#
-
Updated
Feb 6, 2020 - JavaScript
-
Updated
Oct 13, 2020 - C#
-
Updated
Dec 18, 2018 - Java
-
Updated
Mar 13, 2019 - TypeScript
-
Updated
Sep 17, 2018 - PLpgSQL
-
Updated
May 18, 2020 - Jupyter Notebook
-
Updated
Jun 14, 2020 - Swift
-
Updated
Aug 19, 2019 - Python
-
Updated
Sep 12, 2020 - Kotlin
In 2020 there were multiple races per circuit id. Have to iterate the array to find the correct result
-
Updated
Sep 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the formula1 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the formula1 topic, visit your repo's landing page and select "manage topics."
Problem
Right now the CLI allows getting the F1 schedule for a specific year by
schedule -y {year}command.The user has to enter the year every time they want to fetch the schedule. One common use case is to fetch the schedule of the current ongoing season.
Solution
Make the
-yflag optional incmd/schedule.goand set the schedule year to "current" in case the user doesn't speci