Reqy
Make repeating HTTP request using NodeJS
Install
> npm install
Test
npm test
Change url and limit
var reqy = url = 'https://raw.githubusercontent.com/request/request/master/.gitignore' limit = 5050; reqy;
Make repeating HTTP request using NodeJS
> npm install
npm test
var reqy = url = 'https://raw.githubusercontent.com/request/request/master/.gitignore' limit = 5050; reqy;
npm i reqy
1
0.0.1
MIT