Skip to content

mikeapted/chkip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub license

chkip

Retrieve current IP address

Installation

npm install chkip

Usage

var chkip = require('chkip');

chkip((ip) => {
  console.log(ip);
});      

Output should be XXX.XXX.XXX.XXX

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

About

Command line tool to retrieve current IP

Resources

License

Stars

Watchers

Forks

Packages

No packages published