Skip to content

mewanindula/locallanip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

What is this?

Get client's local LAN IPv4 IP Address

Installation

npm i locallanip --save

Then...

import {locallanip} from 'locallanip'

locallanip((ip) => {
    console.log("My Local LAN IPv4 IP Address : " + ip);
});

Special Thanks

Mr. Suranga Upul

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages