Skip to content

afeiship/is-alive

Repository files navigation

is-alive

Check url if is alive.

version license size download

installation

npm install @jswork/is-alive

usage

import isAlive from '@jswork/is-alive';

const { code, success } = await isAlive('https://www.baidu.com');

license

Code released under the MIT license.