Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
fpl-api-node
Advanced tools
A simple node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api
A simple node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api.
npm install fpl-api-node --save
The package is written in typescript and can be consumed either strongly-typed or in plain Javascript.
Typescript:
import * as fplapi from 'fpl-api-node';
Javascript:
const fplapi = require('fpl-api-node');
fplapi.getEntry(123456).then((entry) => {
// do something with our data
console.log(entry);
}).catch((err) => {
// something went wrong
});
Typescript docs can be found at https://tgreyuk.github.io/fpl-api-node
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Entry (Fpl manager team): A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/entry/${id}/history
Kind: inner method of fplApiNode
Param | Description |
---|---|
entryId | Entry id |
Promise
Entry event. Details of a particular event (or gameweek): A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/entry/${id}/event/${eventNumber}
Kind: inner method of fplApiNode
Param | Description |
---|---|
entryId | Entry id |
eventNumber | The event / gameweek number |
Promise
Entry transfers: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/entry/${id}/transfers
Kind: inner method of fplApiNode
Param | Description |
---|---|
entryId | Entry id |
Promise
All static game data: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/bootstrap-static
Kind: inner method of fplApiNode
Promise
Teams (Premier Leaugue clubs): A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/teams
Kind: inner method of fplApiNode
Promise
Elements (players): A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/elements
Kind: inner method of fplApiNode
Promise
Element types: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/elements-types
Kind: inner method of fplApiNode
Promise
Game settings: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/game-settings
Kind: inner method of fplApiNode
Promise
Event /gameweek details: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/event/${eventNumber}/live
Kind: inner method of fplApiNode
Promise
Classic league standings: A promise that if fulfilled returns an object mapped to https://fantasy.premierleague.com/drf/leagues-classic-standings/${id}
Kind: inner method of fplApiNode
Param | Description |
---|---|
leagueId | League id |
FAQs
A node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api
The npm package fpl-api-node receives a total of 8 weekly downloads. As such, fpl-api-node popularity was classified as not popular.
We found that fpl-api-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.