Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noha/base62

Base62 short id generation
https://github.com/noha/base62

Last synced: 22 days ago
JSON representation

Base62 short id generation

Awesome Lists containing this project

README

        

A utility to convert large numbers in shorter string form. This is used by url shorteners from google bit.ly etc. The package contains two classes: Base36 and Base62.

Base36 produces longer but case insensitive string representations Base62 produces shorter but case sensitive string representations