npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-up

5.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:3365
$ npm install is-up
DailyWeeklyMonthlyYearly

is-up

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

Install

npm install is-up

Usage

import isUp from 'is-up';

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

Related

  • is-up-cli - CLI for this module