0.1.9 • Published 6 years ago

chkip v0.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago