0.0.2 • Published 9 years ago

characters v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Characters

In the same vain as supervillains and other such modules that are wrappers around simple lists, Characters is a list of pop culture characters from history, TV, movies, etc.

npm install characters
var characters = require('characters');

characters.all; // list of all characters
characters.random(); // returns a random character

Example

{
  first: 'Patrick',
  last: 'Star',
  username: 'rockstar26',
  email: 'pstar@bikinibottom.gov',
  password: 'mayonnaise'
}

Contributing

New characters must be added via pull request and must meet the following criteria:

  • I have to know who it is, because I am culture.
  • All properties must be populated. They should be as accurate as possible to the character and their essence, or just funny.

Follow me on Twitter for updates or just for the lolz and please check out my other repositories if I have earned it. I thank you for reading.

0.0.2

9 years ago

0.0.1

10 years ago