Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ up Public
generated from denorg/starter

πŸ”Œ Check if a website is up with Deno

License

Notifications You must be signed in to change notification settings

denorg/up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

πŸ”Œ Up

Check if a website is up right now in Deno.

Deno CI GitHub Contributors Deno Starter Made by Denorg TypeScript semantic-release

⭐ 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

CLI with DPX

After 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:

  1. --allow-net

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

Run tests:

deno test --allow-net

⭐ Related

πŸ“„ License

MIT Β© Denorg

A project by Denorg, the world's first Deno-focused community
organization and consulting company. Work with us β†’

About

πŸ”Œ Check if a website is up with Deno

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /