syzer / whatsMyIp

Show ip adresses and qr codes and in terminal (local/public)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsMyIP Build Status

Prints qr codes and ip addresses of your machine and server

asciicast

Usage

cli

npm i -g whatsmyip
whatsMyIp
# will print qr-codes and ips

es2017

import whatsMyIp from './whatsMyIp'
whatsMyIp()
// will console.log qr-codes and ips

with old modules

const whatsMyIps = require('./whatsMyIp.compiled').default
whatsMyIps()

or with port

const whatsMyIp = require('./whatsMyIp.compiled').default
whatsMyIp(3008) 

About

Show ip adresses and qr codes and in terminal (local/public)


Languages

Language:JavaScript 100.0%