Please sign in to access this page
Lengthens your URLs by screaming them out.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Your project must meet ALL these requirements before it can be shipped.
Look, I'm not going through airtable to check your links so here's some automated checks. I hope it's bug free.
Ready to check your links...
new project! I got the lengthening function working. the formula is basically this (pseudocode): divider = 20 qty(a) = ((charCode - (charCode % divider)) / divider) qty(h) = characterCode % divider
Please sign in to add a comment.