BrOrlandi / NodeRequestsInterval

Simple NodeJS script to make HTTP requests to an URL in an Interval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Requests Interval

Insall dependencies:

npm install

Run:

node index.js [url] [interval]

Sample:

node index.js https://www.google.com 5000

Time interval default is 5000 miliseconds.

About

Simple NodeJS script to make HTTP requests to an URL in an Interval


Languages

Language:JavaScript 100.0%