Skip to content

enreeco/nodejs-random-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-random-string

Installation

$ npm install generate-key

Usage for JS

var rand = require("generate-key");

rand.generateKey(); // => wexO23UXGezfTKHc

// or

rand.generateKey(7); // => TShNQGc

Usage for Coffee-Script

rand = require "generate-key"

rand.generateKey() # => wexO23UXGezfTKHc

# or

rand.generateKey 7 # => TShNQGc

LICENSE

nodejs-random-string is licensed under the BSD license.

About

Generating random strings for NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published