1.0.2 • Published 2 years ago

rstringapi v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

❔ 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
})