Skip to content

afeiship/is-alive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1a7861 · May 11, 2022

History

12 Commits
May 11, 2022
May 11, 2022
May 11, 2022
Feb 17, 2019
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022
May 11, 2022

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.