https://github.com/andrejewski/characters
Pop culture characters
https://github.com/andrejewski/characters
Last synced: 5 months ago
JSON representation
Pop culture characters
- Host: GitHub
- URL: https://github.com/andrejewski/characters
- Owner: andrejewski
- License: isc
- Created: 2015-07-05T01:27:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T03:47:35.000Z (over 10 years ago)
- Last Synced: 2025-08-05T18:52:17.644Z (6 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.