Skip to content

WickyNilliams/local-url-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-url-qrcode

Print URL of your local IP to terminal as a QR code.

Why?

I don't have static local IP. I often want to open a website on my phone during devleopment. I got fed up of looking up my IP, then typing it into the phone's browser. So I slapped this together.

Installation

Install via npm:

# install locally to use API
npm install local-url-qrcode --save[-dev]

# install globally to use in CLI via terminal
npm install -g local-url-qrcode

Usage

API

var urlQrcode = require("local-url-qrcode");
urlQrcode.print();

Terminal

local-url-qrcode

Port can be supplied as an optional argument:

local-url-qrcode 4000

Screenshot

Example of URL as QR code output to terminal

License

Licensed under the MIT License.

About

Print URL of your local IP to terminal as a QR code

Resources

License

Stars

Watchers

Forks

Packages

No packages published