namiko.moe
v0.0.1
Published
Unofficial namiko.moe APIs wrapper.
Downloads
2
Readme
Namiko.moe
Unofficial Node.js wrapper for the namiko.moe APIs
Installation
npm install --save namiko.moe
Usage
Waifus
const { waifus } = require('namiko.moe');
const waifusGot = await waifus('Sayo Hikawa');
const myWaifu = waifusGot[0];
console.log(myWaifu);