isitdown

1.0.0 • Public • Published

isitdown

Usage:

const isItDown = require('isitdown');
 
isItDown('https://google.com')
    .then(isDown => {
       if (isDown) {
          // ...
       }
    })
    .catch(e => console.error(e));

Pretty easy.

Package Sidebar

Install

npm i isitdown

Weekly Downloads

5

Version

1.0.0

License

ISC

Unpacked Size

2.43 kB

Total Files

7

Last publish

Collaborators

  • arcticzeroo