token.js

0.0.1 • Public • Published

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));

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i token.js

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • flesch