Skip to content

Releases: yashkathe/F1-API-JSON

v0.2.1

28 Dec 08:21
Compare
Choose a tag to compare
  • Workflow added to automate publishing package on release

v0.2.0

24 Nov 11:53
Compare
Choose a tag to compare
  • Added a new function named getRaceResults for extracting race results which takes one argument, year for which you want to extract the results for.

v0.1.2

27 Oct 13:20
Compare
Choose a tag to compare
  • Updated package.json to include
    • types
    • git repository link
    • report bug link
    • author updated with email
    • updated dev dependencies
    • updated keywords

v0.1.1

23 Oct 15:40
Compare
Choose a tag to compare

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