icculus

0.0.2 • Public • Published

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

})

Readme

Keywords

none

Package Sidebar

Install

npm i icculus

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Unpacked Size

1.36 kB

Total Files

3

Last publish

Collaborators

  • lholmquist