murasame-wrapper
v1.1.0
Published
A wrapper around My Waifu List (https://mywaifulist.docs.stoplight.io/api-reference)
Downloads
4
Maintainers
Readme
Murasame
A wrapper around MyWaifuList API
Installation?
2 ways to install Murasame.
npm i murasame-wrapper
npm i Deivu/Murasame
Documentation for Murasame?
You can find it here
Changes from 1.0.2 to 1.1.0
There is only one simple change, and here it is.
// 1.0.2
const { WaifuList } = require('murasame-wrapper');
const murasame = new WaifuList('token');
// 1.1.0
const { Murasame } = require('murasame-wrapper');
const murasame = new Murasame('token');