urlgen
v1.0.0
Published
Simple URL string generator
Downloads
16
Readme
URLGen
Simple URL Generator
How to use
var urlgen = require("urlgen");
urlgen.Gen()Returns a string with the default length of 12, which can be customized. If you want more than 12, you can use a parameter.
Examples
urlgen.Gen()Will return a string with the default length (12).
urlgen.Gen(24)Will return a string with the length of 24.
