🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

qrcoded-public-ip-terminal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcoded-public-ip-terminal

Generate and display your public/dev/testing IP address as QR code in your terminal.

1.3.6
latest
Source
npm
Version published
Weekly downloads
13
Maintainers
1
Weekly downloads
 
Created
Source

qrcoded-public-ip-terminal Build Status

Generate and display your public/dev/testing IP address as QR code in your terminal.

Install

$ npm install --global qrcoded-public-ip-terminal

Usage

Basic Usage:

 $  qrcode-myip [PORT]

 # Examples:

 qrcode-myip
    # Defaults to port 9000

 qrcode-myip 3000
    # -> localhost:3000
 qrcode-myip 8080
    # -> localhost:8080

Extended Documentation

Usage
  $ qrcoded-public-ip-terminal [PORT]

Options
  --port  Port [Default: 9000]

Examples
  $ qrcoded-public-ip-terminal
    # ...  PUBLIC ADDRESS: 	 192.168.86.28:9000
    # ...  { QR Code Encoded Public IP Address }

  $ qrcoded-public-ip-terminal 3000
    # ...  PUBLIC ADDRESS: 	 192.168.86.28:3000
    # ...  { QR Code Encoded Public IP Address }

API

qrcodedPublicIpTerminal(input, options?)

input

Type: integer

Port

options

Type: object

foo

Type: boolean
Default: false

Lorem ipsum.

CLI

$ npm install --global qrcoded-public-ip-terminal
$ qrcoded-public-ip-terminal --help

  Usage
    qrcoded-public-ip-terminal [input]

  Options
    --foo  Lorem ipsum [Default: false]

  Examples
    $ qrcoded-public-ip-terminal
    unicorns & rainbows
    $ qrcoded-public-ip-terminal ponies
    ponies & rainbows

Keywords

cli-app

FAQs

Package last updated on 03 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts