Skip to content

bukinoshita/nickname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nickname

Get a list of nicknames or a random nickname

Codeship Status for bukinoshita/nickname GitHub release license

Install

$ npm install --save nickname

Usage

import nickname from 'nickname'

console.log(nickname.all)
// => ['amandabeach', 'austinholman', 'tylermayer', ...]

console.log(nickname.random())
// => braydenbranch

API

nickname

.all

Return an array of nicknames

.random()

Return a random nickname

Related

  • Names — List of names
  • namae — 👫 Get a list of names or a random name
  • rnd-age — 🔟 Generate a random age
  • rnd-date — 📅 Get a random date
  • faceit — 💁 Diverse user images for user interface design
  • rnd-drawish — 🔀 List of words & random word

License

MIT © Bu Kinoshita