fpl-api-node (Season 2017-18)

Please note this library is currently being re-written in anticipation for the 2017-2018 season.
A node API wrapper for the Fantasy Premier League (fantasy.premierleague.com) web apis.
Getting Started
npm install fpl-api-node --save
Typescript
The package includes TypeScript definitions
import * as fplapi from 'fpl-api-node';
Javascript
const fplapi = require('fpl-api-node');
Usage
Entries
fplapi.entries.getSummary(545548).then((data)=>{
console.log(data);
});
API
Documentation is being updated for 2017-2018 season.