1.1.0 • Published 8 years ago

saikou v1.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

saikou npm Build Status

700 Random text memes from ACG world

preview

Install

$ npm install --save saikou

Usage

const saikou = require('saikou')

saikou()
//=> '画面太美我不敢看'

saikou()
//=> '我的麒麟臂又要发作了'

saikou.h()
  .then(remoteMeme => {
    console.log(remoteMeme)
    /*
    {
      hitokoto: '越是锐利的小刀切完东西后就越容易变钝。',
      cat: 'c',
      author: '5454554a@2980.com',
      source: '东方永夜抄',
      like: 2,
      date: '2013.11.12 14:31:22',
      catname: 'Game - 游戏',
      id: 1384237882000
    }
    */
  })

License

MIT © EGOIST

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago