random-string-simple

1.0.1 • Public • Published

Random string simple

NPM Version NPM Download License

Generate a random string.

Installation:

$ npm install random-string-simple

Usage:

var randomString = require('random-string-simple');
 
// Simple using
randomString(); // Sg9xFOo
 
// With params - length and symbols
randomString(16, 'abc123'); // 11a131baa31c2bcb

Readme

Keywords

none

Package Sidebar

Install

npm i random-string-simple

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vladzadvorny