0.2.1 • Published 9 years ago

readable-token v0.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

readable-token

Returns a readable short token that is better to remember than a usual token.

NPM

Installation:

npm install readable-token --save

Usage:

var readableToken = require('readable-token');
readableToken(); // good-rabbit-33

Api

Constructor

It accepts an option object as first parameter.

readableToken({
    addition: 'nouns' // nouns or animals; defaults to animals
});

License

MIT

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago