1.0.1 • Published 3 years ago

sportsdataio-nfl v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

sportsdataio-nfl

This is a wrapper client around the SportsData.io NFL REST API. You will need to register for a data subscription (https://sportsdata.io/developers/api-documentation/nfl)

Set up

yarn add sportsdataio-nfl

Pass your api key

const client = require("sportsdataio-nfl")(API_KEY)

Access client methods

const getPlayersData = client.getPlayerDetails()