Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

betsapi-node

victorratts1315MIT1.0.1

Package for Betsapi.com

betsapi, bet365, bwin, betfair, api-bet, bets-api-node, betsapi-node, 1xbet, sbobet

readme

betsapi-node

Npm lib for https://betsapi.com/docs/

How to use.

  • import betsapi-node to your project
import betsapi from 'betsapi-node';
  • use this format
const bets = new betsapi('API_KEY');

bets.on('v1/bet365/inplay', '?').then((res) => {
    console.log(JSON.stringify(res, true, 1))
})
  • v2/fixtures/live is endPoint (example: v2/timezone, v2/seasons, etc...)
  • ? is paramet (example: league_id, team_id, etc...)

to more information,

instagram: @victorRatts twitter: @RattsVictor Telegram: @VictorRatts