/up

🔌 Check if a website is up with Deno

Primary LanguageTypeScriptMIT LicenseMIT

🔌 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

⭐ Related

📄 License

MIT © Denorg