chkip

0.1.9 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i chkip

Weekly Downloads

0

Version

0.1.9

License

MIT

Unpacked Size

4.06 kB

Total Files

7

Last publish

Collaborators

  • mikeapted