ocean.js

0.2.2 • Public • Published

ocean.js

request auto

Install

npm install --save ocean.js

Getting Started

const {ocean} = require('ocean.js')

const request = ocean({wait: 5000}); // gap between every request

cost URI = {
    uri,        // uri to request
};
// please consult https://github.com/request/request-promise

request(URI).then(() => console.log('finished'));

/ocean.js/

    Package Sidebar

    Install

    npm i ocean.js

    Weekly Downloads

    9

    Version

    0.2.2

    License

    ISC

    Last publish

    Collaborators

    • fanlia