Popularity
2.2
Stable
Activity
0.0
Stable
117
7
20

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Weird     List     CLI     Cli-app     Random     Rand     Bin     Array     Words     Word     Comics     Dc     Marvel     Villain     Villains     Supervillain     Supervillains    
Latest version: v3.0.0

supervillains alternatives and similar modules

Based on the "Weird" category.
Alternatively, view supervillains alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of supervillains or a related project?

Add another 'Weird' Module

README

supervillains

Get supervillain names

The list is just a [JSON file](supervillains.json) and can be used anywhere.

Install

npm install supervillains

Usage

const supervillains = require('supervillains');

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

supervillains.random();
//=> 'Mud Pack'

API

.all

Type: string[]

Supervillain names in alphabetical order.

.random()

Type: Function

Random supervillain name.

Related