1.0.2 • Published 6 years ago

nhl-pbp v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

NHL Play By Play

Untested on live games

Usage

let Pbp = require('nhl-pbp')
// Replace 2017020642 with a specific game
let playByPlay = new Pbp(2017020642)

playByPlay.on('goal', play => {
    console.log(play.result.description)
})

// playByPlay.on(...)

playByPlay.start()

Known events

  • game_scheduled
  • period_ready
  • period_start
  • faceoff
  • hit
  • giveaway
  • stop
  • blocked_shot
  • takeaway
  • shot
  • challenge
  • penalty
  • missed_shot
  • goal