Skip to content

v0.1.1

Compare
Choose a tag to compare
@yashkathe yashkathe released this 23 Oct 15:40
· 28 commits to master since this release

Contains Five Working Functions

  • getConstructorStandings
    Fetch Constructors standings from points table.
    The function takes one argument: The year from which you want to extract points table for.
    Default argument is the current year.

  • getDriverStandings
    Fetch F1 driver standings from points table.
    The function takes one argument: The year from which you want to extract points table for.
    Default argument is the current year.

  • getDriverData
    Fetch the current lineup of F1 drivers.
    No arguments

  • getTeamsData
    Fetch the current list of F1 teams along with their information.
    No arguments

  • getWorldChampions
    Fetch all the world champions
    No arguments