8000 GitHub - sindresorhus/supervillains: Get supervillain names
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sindresorhus/supervillains

Repository files navigation

supervillains

Get supervillain names

The list is just a JSON file and can be used anywhere.

Install

npm install supervillains

Usage

import supervillains from 'supervillains';

supervillains;
//=> ['Abattoir', 'Able Crown', …]

API

supervillains

Type: string[]

Supervillain names in alphabetical order.

randomSupervillain()

Type: Function

Get a random supervillain name.

import {randomSupervillain} from 'supervillains';

randomSupervillain();
//=> 'Mud Pack'

Related

About

Get supervillain names

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0