0.0.2 • Published 10 years ago

wno v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

WNO

npm travis npm coverage

Installation

npm install wno

Functions

NameDesc
ipv42intConvert IPV4 to INT
int2ipv4Convert Int to IPV4
getTimestampGet Unix Timestamp

Usage

var wno = require('wno');

console.log(wno.ipv42int('127.0.0.1'));
//2130706433

console.log(wno.int2ipv4(2130706433));
//'127.0.0.1'

console.log(wno.getTimestamp('2014-03-03 12:48:00'));
//1393822080

console.log(wno.getTimestamp());
//Now

Contributors

 project  : wno
 repo age : 2 hours
 active   : 1 days
 commits  : 3
 files    : 11
 authors  : 
     3  Willin Wang  100.0%

LICENSE

MIT