5.0.0 • Published 3 years ago

is-up v5.0.0

Weekly downloads
560
License
MIT
Repository
github
Last release
3 years ago

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