Skip to content

flesch/token.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

token.js Build Status

Simple Node utility to generate a random token including the ability to define the length.

Installation

$ npm install token.js

Example

var token = require('token.js');
console.log("Generate a 6 character token:", token());
console.log("Generate a 32 character token:", token(32));

About

Simple Node utility to generate a random token including the ability to define the length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published