Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deivu/murasame
A wrapper around My Waifu List (https://mywaifulist.docs.stoplight.io/api-reference)
https://github.com/deivu/murasame
my-waifu-list waifu waifu-list waifu-wrapper
Last synced: 26 days ago
JSON representation
A wrapper around My Waifu List (https://mywaifulist.docs.stoplight.io/api-reference)
- Host: GitHub
- URL: https://github.com/deivu/murasame
- Owner: Deivu
- License: mit
- Created: 2019-06-01T07:17:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T08:31:48.000Z (almost 4 years ago)
- Last Synced: 2024-09-21T14:05:59.510Z (about 2 months ago)
- Topics: my-waifu-list, waifu, waifu-list, waifu-wrapper
- Language: JavaScript
- Homepage: https://deivu.github.io/Murasame/
- Size: 135 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Murasame
### A wrapper around MyWaifuList API
[MyWaifuList API](https://mywaifulist.docs.stoplight.io/api-reference)## Installation?
2 ways to install Murasame.> 1. `npm i murasame-wrapper`
> 2. `npm i Deivu/Murasame`
## Documentation for Murasame?
You can find it [here](https://deivu.github.io/Murasame/)## Changes from 1.0.2 to 1.1.0
There is only one simple change, and here it is.
```js
// 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');
```