UNPKG

nodesu

Version:
9 lines (7 loc) 206 B
'use strict'; const Nodesu = require('../nodesu'); const config = require('./config.json'); const api = new Nodesu.Client(config.apiKey); api .beatmaps.getByBeatmapId('646609') .then(console.log);