1.0.2 • Published 6 years ago

whatsmyip v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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)