UNPKG

nodesu

Version:
9 lines (7 loc) 210 B
'use strict'; const Nodesu = require('../nodesu'); const config = require('./config.json'); const api = new Nodesu.Client(config.apiKey); api .user.get('Nexerq', Nodesu.Mode.mania) .then(console.log);