reqy
v0.0.1
Published
Make repeating HTTP request using NodeJS
Downloads
3
Readme
#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);