1.0.2 • Published 8 years ago

ridg v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Random id generator

Description

A simple id generator with random numbers and letters, lower and upper cased.

Installation

  [sudo] npm i ridg

Basic usage

  let ridg = require('ridg');

  console.log(ridg(5, 'ALPHANUMERIC'));

How this module was built

First of all the ridg Function has a multi purpose based on other methods present inside of the module.

The other methods has one purpose described on the self contained name without a pattern description.