whatsmyip
v1.0.2
Published
Print your public and private ip and qr-codes of it, usefull for hackatons
Downloads
5
Readme
WAT
Prints qr codes and ip adresses of your machine and server
Usage
cli
npm i -g whatsmyip
whatsMyIp
# will print qr-codes and ips
es2017
import whatsMyIp from './whatsMyIp'
whatsMyIp()
// will console.log qrcodes and ips
with old modules
const whatsMyIps = require('./whatsMyIp.compiled').default
whatsMyIps()
or with port
const whatsMyIp = require('./whatsMyIp.compiled').default
whatsMyIp(3008)