2.0.0 • Published 5 months ago
fpl-fetch v2.0.0
fpl-fetch
Wrapper for the Fantasy Premier League API written in TypeScript.
Installation
npm install fpl-fetch
Basic Usage
import FplFetch from 'fpl-fetch';
const client = new FplFetch();
const player = client.getPlayer(328);