Socket
Book a DemoInstallSign in
Socket

bovada

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bovada

Scraper for Bovada Sportsbook

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Bovada

Bovada is a registered trademark. All rights reserved.

Overview

A data converter from Bovada's XML APIs to JSON. Stil under active development. Currently only supports NFL lines.

V1 Goals:

  • NFL
  • NBA

API

getNFLLines(cb)

Gets all currently live NFL lines from Bovada. The callback takes two args:

FieldTypeDescriptionDefault
errObjectError while processing NFL Linesnull
nflGamesArrayList of JS objects whose data is normalized from Bovada's XML API[]

const { getNFLLines } = require('bovada');

getNFLLines((err, nflGames) => {
  // magic
});

Keywords

bovada

FAQs

Package last updated on 09 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts