1.0.3 • Published 5 years ago

xxencode v1.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago