Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 385 Bytes

Youtube Style ID

Generating youtube style id

Getting Started

Install the module with: npm install youtubeid

var youtubeid = require('youtubeid');

Examples

youtubeid.generate(); options -chars = number of characters in the id

var chars = 5 youtubeid.generate(chars); //=> Wc8xF

License

Copyright (c) 2014 Denis Sellu
Licensed under the MIT license.