🔌 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