An open API service indexing awesome lists of open source software.

https://github.com/deno-libs/down

📉 Check if website is down using UNIX `ping` command
https://github.com/deno-libs/down

deno deno-module is-down is-up ping

Last synced: about 2 months ago
JSON representation

📉 Check if website is down using UNIX `ping` command

Awesome Lists containing this project

README

        

# down

[![nest badge][nest-badge]](https://nest.land/package/tinyhttp) [![GitHub Workflow Status][gh-actions-img]][github-actions]
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs]

Check if website is down using `ping` command.

## Example

```ts
import { down } from 'https://deno.land/x/[email protected]/mod.ts'

await down('example.com') // false
```

## Registries

the `ping` module is available in the following Deno registries:

- `https://crux.land/4c3BpF`
- `https://deno.land/x/[email protected]/mod.ts`
- `https://x.nest.land/[email protected]/mod.ts`

[docs-badge]: https://img.shields.io/github/v/release/deno-libs/down?label=Docs&logo=deno&style=for-the-badge&color=black
[docs]: https://doc.deno.land/https/deno.land/x/down/mod.ts
[gh-actions-img]: http://img.shields.io/github/actions/workflow/status/deno-libs/down/main.yml?branch=master&style=for-the-badge&logo=github&label=&color=black
[cov]: https://coveralls.io/github/deno-libs/down
[github-actions]: https://github.com/deno-libs/down/actions
[cov-badge]: https://img.shields.io/coveralls/github/deno-libs/down?style=for-the-badge&color=black&
[nest-badge]: https://img.shields.io/badge/publushed%20on-nest.land-black?style=for-the-badge