π Up
Check if a website is up right now in Deno.
β Getting started
Import the isUp
function and use it:
import { isUp } from "https://deno.land/x/up/mod.ts";
const result = await isUp("https://google.com"); // true
DPX
CLI withAfter installing DPX, you can directly use the CLI using the dpx
command:
dpx up https://google.com
CLI
Alternatively, you can use it directly from the CLI:
deno run --allow-net https://deno.land/x/up/mod.ts https://google.com
You can also install it globally using the following:
deno install --allow-net -n up https://deno.land/x/up/mod.ts
Then, the package is available to run:
up https://google.com # Result: https://google.com is up
Configuration
Required permissions:
--allow-net
π©βπ» Development
Run tests:
deno test --allow-net
β Related
- sindresorhus/is-up is the Node.js project serving as inspiration for this one
- sindresorhus/is-up-cli is the CLI for
is-up
π License
MIT Β© Denorg
A project by Denorg, the worldβs first Deno-focused community
organization and consulting company. Work with us β