Eric Foster d5378345de connection between front end and database | před 6 roky | |
---|---|---|
.. | ||
test | před 6 roky | |
.travis.yml | před 6 roky | |
LICENSE | před 6 roky | |
Readme.md | před 6 roky | |
base62.js | před 6 roky | |
package.json | před 6 roky |
A javascript Base62 encode/decoder for node.js
npm install base62
Base62 = require('base62')
Base62.encode(999) // 'g7'
Base62.decode('g7') // 999
Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.
Copyright (c) 2012 Andrew Nesbitt. See LICENSE for details.