Skip to content

turn those long mongo ObjectIds into shorter, prettier radix-64 string

Notifications You must be signed in to change notification settings

ShelbyTV/tight_ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Convert to and from the long base16 Mongo ObjectIds to shorter and prettier radix-64 strings.
Be kind, use them in your URLs.

"4f637d6cb415cc6111000021".toTightObjectId() -> "JsDzRBGLp"
"JsDzRBGLp".toLooseObjectId() -> "4f637d6cb415cc6111000021"

About

turn those long mongo ObjectIds into shorter, prettier radix-64 string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published