UNPKG

node-speedrun

Version:

Node.js wrapper for the Speedrun.com API

6 lines (4 loc) 167 B
const SpeedrunClient = require('../lib/Client.js') const speedrun = new SpeedrunClient() // Get platform details speedrun.platforms.get('83exwk6l').then(console.log)