Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 years ago
..
test root page set 6 years ago
.travis.yml root page set 6 years ago
LICENSE root page set 6 years ago
Readme.md root page set 6 years ago
base62.js root page set 6 years ago
package.json root page set 6 years ago

Readme.md

Base62.js

build status

A javascript Base62 encode/decoder for node.js

Install

npm install base62

Usage

Base62 = require('base62')
Base62.encode(999)  // 'g7'
Base62.decode('g7') // 999

Development

Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2012 Andrew Nesbitt. See LICENSE for details.