0.3.2 • Published 2 years ago

f1-fantasy-api v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

F1 Fantasy API

The documentation is available here. The Github is available here. The Discord is available here.

Get started

Install

npm i f1-fantasy-api

Then, import and instantiate a Client.

Example

const { Client } = require('f1-fantasy-api')

const client = new Client( /* options */ )
client.init()
.then(() => {
    console.log(client.drivers.get(15)) // Prints Charles Leclerc's information
})

Help us out

This is all very much a work in progress, we'd love for you to join us and contribute! Join the discord to learn more.

0.3.0

2 years ago

0.3.2

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago