UNPKG

f1-api-node

Version:

A simple library written in typescript to fetch Formula-1 data

9 lines (8 loc) 491 B
export { getFastestLaps } from "./scraper/fastest-laps"; export { getDriverLineup } from "./scraper/driver-lineup"; export { getTeamLineup } from "./scraper/team-lineup"; export { getDriverStandings } from "./scraper/driver-standings"; export { getConstructorStandings } from "./scraper/constructors-standings"; export { getWorldChampions } from "./scraper/world-champions"; export { getRaceResults } from "./scraper/race-results"; export { getRaceSchedule } from "./scraper/race-schedule";