Check whether a website is up or down using the isitup.org API
npm install is-up
import isUp from 'is-up';
console.log(await isUp('https://sindresorhus.com'));
//=> true
- is-up-cli - CLI for this module
Check whether a website is up or down using the isitup.org API
npm install is-up
import isUp from 'is-up';
console.log(await isUp('https://sindresorhus.com'));
//=> true