is-up: Check Whether A Website Is Up Or Down

is-up

Check whether a website is up or down using the isitup.org API

Install

npm install is-up

Usage

import isUp from 'is-up';

console.log(await isUp('https://sindresorhus.com'));
//=> true

Related


Download Details:

Author: sindresorhus
Source Code: https://github.com/sindresorhus/is-up 
License: MIT license

#node #website #javascript 

is-up: Check Whether A Website Is Up Or Down
1.05 GEEK