Skip to content

adierkens/fantasy-football-nerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fantasy-football-nerd

An API wrapper for fantasyfootballnerd.com

Build Status npm version

Getting Started

npm install --save fantasy-football-nerd
var FFNerd = require('fantasy-football-nerd');
var ff = new FFNerd({ api_key: <Your API Key> });

ff.teams(function(teams){
    console.log('Got teams');
});

Usage

TODO: Add all api examples You can see code examples in the tests/sanity.js file in the meantime.

API Progress

The full API can be seen here

  • NFL Teams
  • NFL Schedule
  • NFL Players
  • Bye Weeks
  • Injuries
  • Weather Forecasts
  • Auction Values
  • Draft Rankings
  • Draft Projections
  • Weekly Rankings
  • Weekly Projections
  • Weekly IDP Rankings
  • NFL Picks
  • Depth Charts
  • Defensive Rankings
  • Defensive Rankings
  • Game Day Inactives
  • Player Stats & Info
  • Daily Fantasy Football

TODO

  • Add code examples
  • Caching

About

An API wrapper for fantasyfootballnerd.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published