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