-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
v1rtl
committed
Aug 31, 2021
1 parent
0d6651c
commit e42c4af
Showing
1 changed file
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<div align="center"> | ||
|
||
# down | ||
|
||
Check if website is down using `ping` command. | ||
[![nest badge][nest-badge]](https://nest.land/package/tinyhttp) [![GitHub Workflow Status][gh-actions-img]][github-actions] | ||
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs] [![][code-quality-img]][code-quality] | ||
|
||
## Registries | ||
</div> | ||
|
||
- https://crux.land/4c3BpF | ||
- https://deno.land/x/[email protected]/mod.ts | ||
- https://x.nest.land/[email protected]/mod.ts | ||
Check if website is down using `ping` command. | ||
|
||
## Example | ||
|
||
|
@@ -15,3 +16,21 @@ 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]: https://img.shields.io/github/workflow/status/deno-libs/down/CI?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 | ||
[code-quality-img]: https://img.shields.io/codefactor/grade/github/deno-libs/down?style=for-the-badge&color=black& | ||
[code-quality]: https://www.codefactor.io/repository/github/deno-libs/down |