sqids / sqids-coldfusion

Official ColdFusion port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/coldfusion
MIT License
14 stars 2 forks source link

Library code is not ready yet #2

Closed artknight closed 9 months ago

artknight commented 10 months ago

I have tried using it and it does not seem to work!!

var sqids = new sqids({
   alphabet: "FxnXM1kBN6cuhsAvjW3Co7l2RePyY8DwaU04Tzt9fHQrqSVKdpimLGIJOgb5ZE"
})
var id = sqids.encode([417]) // "Ri0"
var numbers = sqids.decode(id) // []
4kimov commented 10 months ago

Hi @artknight, it's not marked as done on https://sqids.org/coldfusion

This is a work-in-progress, started by @timsayshey. We could definitely use some help from somebody getting this thru the finish line.

4kimov commented 9 months ago

@artknight, new PR merged & website updated, thanks to the work of @bferdinandus 👍

Closing this ticket, please open new ones as needed [for specific issues]