/random-string-api

API that can randomly generate a string.

Primary LanguageJavaScriptMIT LicenseMIT

❔ About

This package is API that can randomly generate a string.

🏁 Installation

npm i rstringapi

# Dev Version
npm i rstringapi@dev

💬 Example

const { StringAPI } = require('rstringapi')

StringAPI({
  strings: [
    "test",
    "hello",
    "hi"
  ], // List of strings
  apiPort: 80 // The port on which the API will run
})

Supported Versions

  • ✅ = These versions are recommended for use.
  • ❌ = These versions are not recommended for use.
Version Supported
1.0.x