This package is API that can randomly generate a string.
npm i rstringapi
# Dev Version
npm i rstringapi@dev
const { StringAPI } = require('rstringapi')
StringAPI({
strings: [
"test",
"hello",
"hi"
], // List of strings
apiPort: 80 // The port on which the API will run
})
- ✅ = These versions are recommended for use.
- ❌ = These versions are not recommended for use.
Version | Supported |
---|---|
1.0.x | ✅ |