saikou
v1.1.0
Published
Random text meme from ACG
Downloads
19
Readme
saikou
700 Random text memes from ACG world
Install
$ npm install --save saikou
Usage
const saikou = require('saikou')
saikou()
//=> '画面太美我不敢看'
saikou()
//=> '我的麒麟臂又要发作了'
saikou.h()
.then(remoteMeme => {
console.log(remoteMeme)
/*
{
hitokoto: '越是锐利的小刀切完东西后就越容易变钝。',
cat: 'c',
author: '[email protected]',
source: '东方永夜抄',
like: 2,
date: '2013.11.12 14:31:22',
catname: 'Game - 游戏',
id: 1384237882000
}
*/
})
License
MIT © EGOIST