radix64
v1.1.0
Published
radix64, library to convert Unsigned Interger into a base64 like String
Downloads
36
Readme
radix64
radix64 is a JS Library which allow to transform an unsigned Integer into a string with the same characteres as base64URL. It allow to compress the number into a smaller string which doesn't need to be URLEncoded
##Usage
var radix64 = require('radix64').radix64 ;
console.log(radix64( +new Date()));