salty-pig / icculus

Phish.net Node Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

})

About

Phish.net Node Client

License:Apache License 2.0


Languages

Language:JavaScript 100.0%