An open API service indexing awesome lists of open source software.

https://github.com/andrejewski/characters

Pop culture characters
https://github.com/andrejewski/characters

Last synced: 5 months ago
JSON representation

Pop culture characters

Awesome Lists containing this project

README

          

# Characters

In the same vain as [supervillains](https://github.com/sindresorhus/supervillains) and other such modules that are wrappers around simple lists, Characters is a list of pop culture characters from history, TV, movies, etc.

```bash
npm install characters
```

```js
var characters = require('characters');

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

## Example

```js
{
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](https://twitter.com/ndrejewski) for updates or just for the lolz and please check out my other [repositories](https://github.com/andrejewski) if I have earned it. I thank you for reading.