1.0.4 • Published 9 years ago

br-team-stream v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

#Br-team-stream

Allows you to access personalized bleacher report news from your favorite team

Just pass in an array of teams you\'re interested in like the example below, and it will return a list of objects with the articles' name source and image

Usage

var getTeamStream = require('br-team-stream')
getTeamStream(['philadelphia-eagles', 'chicago-bulls', 'los-angeles-lakers'], function (err, res) { 
  if (err) console.log(err)
  res.forEach(function (item) { 
    console.log(item.title)
  })
})

Lisence is ISC

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago