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
- Host: GitHub
- URL: https://github.com/deno-libs/down
- Owner: deno-libs
- License: mit
- Created: 2021-08-27T21:45:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T16:53:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T00:51:07.965Z (2 months ago)
- Topics: deno, deno-module, is-down, is-up, ping
- Language: TypeScript
- Homepage: https://nest.land/package/down
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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