base31
v1.0.1
Published
Human friendly Base31 Encoding and Decoding
Downloads
892
Readme
base31
A Base31 encoding and decoding library for Javascript.
Includes
23456789abcdefghjkmnpqrstuvwxyz
excludes
0o1il
Usage
const base31 = require('base31')
let encodedValue = base31.encode(1547625598); // 3s3tfge
let decodedValue = base31.decode('3s3tfge'); // 1547625598