Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

node-sports-data

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

node-sports-data

A codeship api wrapper

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

#Node-Sports-Data

An API wrapper for sports data

##Install npm install node-sports-data

##Instantiate

var SportsData = require('node-sports-data');

var sportsData = new SportsData({
  apiKey : YOUR_API_KEY
});

##Commands

###Team Rosters

Retrieve all projects

sportsData.teamRosters(function(response) {
  // team rosters : response.teams in an array
})

###Project

Retrieve a specific player

sportsData.players(playerId,function(response) {
  // your player
})

Keywords

codeship

FAQs

Package last updated on 28 Mar 2015

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