Skip to content

api-pong/is-up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-up

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

Install

$ npm install is-up

Usage

const isUp = require('is-up');

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

Related

About

Check whether a website is up or down

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%