0.0.1 • Published 7 years ago

nickname v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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)
// => [nickname1, nickname2, nickname3, ...]

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

API

nickname

.all

Return an array of nicknames

.random()

Return a random nickname

Related

  • Names — List of names
  • namae — :couple: Get a list of names or a random name
  • rnd-age — :keycap_ten: Generate a random age
  • rnd-date — :date: Get a random date
  • faceit — :information_desk_person: Diverse user images for user interface design
  • rnd-drawish — :twisted_rightwards_arrows: List of words & random word

License

MIT © Bu Kinoshita