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

🌐 Get your public IP address in Deno

License

Notifications You must be signed in to change notification settings

denorg/get-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

24 Commits

🌐 Get IP

Get your public IP address in Deno.

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

⭐ Getting started

Import the getIP function and use it:

import { getIP } from "https://deno.land/x/get_ip/mod.ts";
const getMyIP = async () => {
 console.log(`Your public IP is ${await getIP({ipv6: true})}`);
}
getMyIP();

CLI with DPX

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

dpx get_ip <ipv4 | ipv6>
# 123.456.789.012

CLI

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

deno run --allow-net https://deno.land/x/get_ip/cli.ts <ipv4 | ipv6>
# 123.456.789.012

You can also install it globally using the following:

deno install --allow-net -n get-ip https://deno.land/x/get_ip/cli.ts

Then, the package is available to run:

get_ip <ipv4 | ipv6>
# 123.456.789.012

Configuration

Required permissions:

  1. --allow-net

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

Run tests:

deno test --allow-net

πŸ“„ License

MIT Β© Denorg

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

About

🌐 Get your public IP address in Deno

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

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