Skip to main content

πŸ”Œ Up

Check if a website is up right now in Deno.

Test CI

import { isUp } from "https://deno.land/x/up/mod.ts";

const result = await isUp("https://google.com"); // true

Required permissions:

  1. --allow-net

πŸ‘©β€πŸ’» Development

Run tests:

deno test --allow-net

πŸ“„ License

MIT Β© Denorg