npm.io
1.0.3 • Published 7 years ago

xxencode

Licence
Apache-2.0
Version
1.0.3
Deps
2
Size
7 kB
Vulns
0
Weekly
0
Stars
1

xxencode

Build Status

Node.js implementation of xxencode.

More information on the xxencode encoding can be found here.

Installation

npm install xxencode

Examples

The following examples show you how to use xxencode.

var xxencode = require('xxencode');

// encode something
var encoded = xxencode.encode('zer0i3');
// '4SaJmA4Yn'

// decode something
var decoded = xxencode.decode('4SaJmA4Yn');
// 'zer0i3'

Running Tests

$ npm test

Note the xxencode utility must be installed for all tests to pass.

Keywords