New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qrip-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrip-cli

expose your ip address to the world

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

qrip-cli

qrip-logo

expose your ip address to the world

NPM Downloads

qrip is a cli that let you to get your current ip address of connected network.

all you have todo is just install node then run these command below:

npm install -g qrip-cli

usage

just run qrip and it will show you the qr code of your ip.

qrip                        # http://192.168.x.x

add port

to add port, just use the flags -p or --port

qrip -p 3000                # http://192.168.x.x:3000

route

if you want a route behind the url, use the flags -r or --route

qrip -r dashboard           # http://192.168.x.x/dashboard
qrip -r dashboard -p 3000   # http://192.168.x.x:3000/dashboard

copy to clipboard

use -c or --copy

qrip -c                     # it will automatically copy the url to clipboard

show the url of ip address

use -s or --show

qrip -s                     # it will show the ip address

FAQs

Package last updated on 09 Jun 2024

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