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
/ online Public
generated from denorg/starter

πŸ•ΈοΈ Check if you're currently online in Deno

License

Notifications You must be signed in to change notification settings

denorg/online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

πŸ•ΈοΈ Online

Check if your machine is currently online and connected to the internet in Deno.

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

⭐ Getting started

Import the isOnline function and use it:

import { isOnline } from "https://deno.land/x/online/mod.ts";
const amIOnline = await isOnline(); // boolean

CLI with DPX

After installing DPX, you can directly use the CLI using the dpx command:

dpx online --allow-net
# You are not in a Docker environment

CLI

Alternatively, you can use it directly from the CLI by using deno run:

deno run --allow-read https://deno.land/x/online/cli.ts

You can also install it globally using the following:

deno install --allow-read -n online https://deno.land/x/online/cli.ts

Then, the package is available to run:

online # You are online

Configuration

Required permissions:

  1. --allow-net

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

Run tests:

deno test --allow-net

⭐ Related Work

πŸ“„ License

MIT Β© Denorg

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

About

πŸ•ΈοΈ Check if you're currently online in Deno

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

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