icculus
v0.0.2
Published
Phish.net node client
Downloads
1
Readme
Icculus
Read The Book
'use strict';
const icculus = require('icculus');
const client = icculus({apiKey: API_KEY});
client.setlists.latest().then(({response, body}) => {
console.log(body);
})