Repository
Current version released
4 years ago
Versions
π Up
Check if a website is up right now in Deno.
import { isUp } from "https://deno.land/x/up/mod.ts";
const result = await isUp("https://google.com"); // true
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