npm.io
5.0.0 • Published 5 years ago

is-up

Licence
MIT
Version
5.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
387

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

Keywords