SkillAgentSearch skills...

Murasame

A wrapper around My Waifu List (https://mywaifulist.docs.stoplight.io/api-reference)

Install / Use

/learn @Deivu/Murasame
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Murasame

<p align="center"> <img src="https://vignette.wikia.nocookie.net/kancolle/images/7/7b/Murasame_Kai_Ni_Full.png/revision/latest/"> </p>

A wrapper around MyWaifuList API

MyWaifuList API

Installation?

2 ways to install Murasame.

  1. npm i murasame-wrapper
  1. 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');
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on Aug 18, 2024

No findings