AmoabaKelvin / ishortn.ink

URL Shortening, Link Analytics & QR Code Platform
https://ishortn.ink
MIT License
66 stars 9 forks source link

use nanoid to create random short links rather than manual id generation #88

Closed AmoabaKelvin closed 5 months ago

AmoabaKelvin commented 7 months ago

you can have a look at nanoid here: http://github.com/ai/nanoid. this will make things straight forward and reduce the number of overhead you have to deal with when generating random IDs