Skip to content

Instantly share code, notes, and snippets.

@zmts
Created November 29, 2016 15:47
Show Gist options
  • Save zmts/bce5379254f931b53e7bedd3f733ff94 to your computer and use it in GitHub Desktop.
Save zmts/bce5379254f931b53e7bedd3f733ff94 to your computer and use it in GitHub Desktop.
random string
// https://github.com/klughammer/node-randomstring
var string = randomstring.generate({
length: 10,
capitalization: 'lowercase'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment