This is me, trying to learn a little bit about Node.js and development containers.
- A simple service to create random strings.
- Takes a string length as an input parameter.
- Defines a mechanism to allow user-defined character set and distribution rules, e.g.,
allow-duplicates=false
.
- Use development containers.
- Github public repository, following best-practices for license, community health, contribution guide, CI/CD, etc...
- Publish service to public endpoint.