chess-server/node_modules/randomstring at master · JimmyMow/chess-server · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

node-randomstring

Installation

To install randomstring, use npm:

npm install randomstring

Usage

var randomstring = require("randomstring");

randomstring.generate();
// >> "XwPp9xazJ0ku5CZnlmgAx2Dld8SHkAeT"

randomstring.generate(7);
// >> "xqm5wXX"

Tests

npm install
npm test

LICENSE

node-randomstring is licensed under the MIT license.