@zcorky/is-up
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

is-up

NPM version Coverage Status Dependencies Build Status license issues

Check whether a website is up or down using the isitup.org API

Install

$ npm install @zcorky/is-up

Usage

import isUp from '@zcorky/is-up';
// const isUp = require('@zcorky/is-up').isUp;

(async () => {
	console.log(await isUp('https://sindresorhus.com'));
	//=> true
})();

Related

Readme

Keywords

none

Package Sidebar

Install

npm i @zcorky/is-up

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.12 kB

Total Files

5

Last publish

Collaborators

  • uniquecolesmith