reqy

0.0.1 • Public • Published

Reqy

Make repeating HTTP request using NodeJS

Install

> npm install

Test

npm test

Change url and limit

var reqy   = require('reqy'),
    url    = 'https://raw.githubusercontent.com/request/request/master/.gitignore',
    limit  = 5050;
 
reqy.makeRequest(url, limit);
 

Readme

Keywords

none

Package Sidebar

Install

npm i reqy

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • pmahmud