node-http-fetchers
v1.0.6
Published
Checking website and server uptime and looking for downed websites with nodejs (Multi website)
Downloads
4
Readme
Node HTTP Fetchers
Checking website and server uptime and looking for downed websites with nodejs (Multi website).
Detail
install
Install Module
npm install node-http-fetchers
Setting URL or IP
Add the URL or IP of the server you want to test to the url list
const HttpF = require('node-http-fetchers');
const urls = [
'http://127.0.0.1',
'http://127.0.0.1:80',
'http://127.0.0.1:3000',
];
HttpF(urls);
Footer
- This Project using node-fetch