https://github.com/muhamed-didovic/random-string
https://github.com/muhamed-didovic/random-string
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhamed-didovic/random-string
- Owner: muhamed-didovic
- Created: 2021-11-23T13:45:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T15:17:03.000Z (over 3 years ago)
- Last Synced: 2025-02-25T09:43:00.366Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-string-generator
Simple Module/Package for generating Random Strings[](https://www.npmjs.com/package/simple-string-generator)
## Install
```sh
npm install simple-string-generator --save
```## How to use
```
var random = require('simple-string-generator');
```## Usage
This method takes in an integer value which specifies the length of the returned strings.```
console.log(random(10)) // Returns b2pcd13ezq
```## License
MIT