# is-up

> Check whether a website is up or down

Latest version **5.0.0** (published 2021-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-up
pnpm add is-up
yarn add is-up
bun add is-up
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.0.0 |
| Published | 2021-09-18 |
| First published | 2014-08-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | ^12.20.0 \|\| ^14.13.1 \|\| >=16.0.0 |
| Dependencies | 1 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 387 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | up, down, website, webpage, ip, live, running, online, offline |

## Links

- npm: https://www.npmjs.com/package/is-up
- Repository: https://github.com/sindresorhus/is-up
- Homepage: https://github.com/sindresorhus/is-up#readme
- Issues: https://github.com/sindresorhus/is-up/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/is-up

## Dependencies (1)

- [got](https://npm.io/package/got.md) ^11.8.2

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 5.0.0 (latest) — 2021-09-18
- 4.0.0 — 2020-02-12
- 3.0.0 — 2018-11-06
- 2.0.0 — 2015-10-20
- 1.2.0 — 2015-10-18
- 1.1.0 — 2015-06-27
- 1.0.4 — 2015-05-23
- 1.0.3 — 2015-01-22
- 1.0.2 — 2015-01-19
- 1.0.1 — 2014-09-14
- 1.0.0 — 2014-08-23

## README

# is-up

> Check whether a website is up or down using the [isitup.org](https://isitup.org) API

## Install

```sh
npm install is-up
```

## Usage

```js
import isUp from 'is-up';

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

## Related

- [is-up-cli](https://github.com/sindresorhus/is-up-cli) - CLI for this module

---
_Source: https://npm.io/package/is-up · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
