Created this site to teach debugging of NextJS apps (client side vs server side). Feel free to use it. I may extend it but may be sometime down the road.
To use it...
Craft a URL with a quantity, type of UID (nano, v3, etc.), and output (JSON, string, etc.)
Examples:
(the order does not matter)
uid, uuid, nano, nanoid, v1, v3, v4, v5
json, string, array
caps, cap, upper, up, lower, low, undash, no-hyphens
https://uid.fredlackey.com/api
{
"format": "json",
"uidType": "uid",
"length": 10,
"nsize": 10,
"options": [
"caps",
"undash"
]
}If you need a hand, feel free to get in touch: fred.lackey@gmail.com