Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 545 Bytes

do_username

A DigitalOcean-community-themed username generator.

https://www.npmjs.com/package/do_username

Install

npm install do_username

Example

const DOUsername = require('do_username');

// Generate a random username with a max length of 30 characters
console.log(DOUsername.generate());

// Generate a random username with a max length of 15 characters
console.log(DOUsername.generate(15));
AdorableBlueGreenKelp
LargeStarfish

License

This project is licensed under Apache 2.0