superheroes alternatives and similar modules
Based on the "Weird" category.
Alternatively, view superheroes alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of superheroes or a related project?
README
superheroes 
Get superhero names
The list is just a [JSON file](superheroes.json) and can be used anywhere.
Install
$ npm install superheroes
Usage
const superheroes = require('superheroes');
superheroes.all;
//=> ['3-D Man', 'A-Bomb', …]
superheroes.random();
//=> 'Spider-Ham'
API
.all
Type: string[]
Superhero names in alphabetical order.
.random()
Type: Function
Random superhero name.
Related
- superheroes-cli - CLI for this module
- supervillains - Get supervillain names
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superb - Get superb like words
- yes-no-words - Get yes/no like words
License
MIT © Sindre Sorhus
*Note that all licence references and agreements mentioned in the superheroes README section above
are relevant to that project's source code only.