0.2.0 • Published 8 years ago

node-jandan v0.2.0

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

node-jandan NPM version NPM downloads Build Status

Jandan.net Node.js API

Install

$ npm install --save node-jandan

Usage

import {ooxx, boring, random} from 'node-jandan'

(async function () {
  const ooxxPics = await ooxx({page: 2})
  const boringPics = await boring({page: 3})
  const random = await random() // http:\/\/...\/xxx.jpg
})()

Example result: ooxx | boring

License

MIT © EGOIST

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago