/icculus

Phish.net Node Client

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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);

})