a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 years ago
..
test connection between front end and database 6 years ago
.travis.yml connection between front end and database 6 years ago
LICENSE connection between front end and database 6 years ago
Readme.md connection between front end and database 6 years ago
base62.js connection between front end and database 6 years ago
package.json connection between front end and database 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.