icculus

Phish.net node client

Usage no npm install needed!

<script type="module">
  import icculus from 'https://cdn.skypack.dev/icculus';
</script>

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

})