Deivu / Murasame

A wrapper around My Waifu List (https://mywaifulist.docs.stoplight.io/api-reference)
https://deivu.github.io/Murasame/
MIT License
8 stars 0 forks source link
my-waifu-list waifu waifu-list waifu-wrapper

Murasame

A wrapper around MyWaifuList API

MyWaifuList API

Installation?

2 ways to install Murasame.

  1. npm i murasame-wrapper

  2. 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');