A simple cron to make request HTTP using Node.JS - Methods Availables [GET]
Run in CLI: npm install
To make a loop request with seconds delay, type:
node infinity.js {URL to call} {Delay in seconds}
To make a loop request by times, type:
node times.js {URL to call} {Times to call}