node-jandan

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-jandan

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • kchan