Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/superheroes
Get superhero names
https://github.com/sindresorhus/superheroes
Last synced: about 20 hours ago
JSON representation
Get superhero names
- Host: GitHub
- URL: https://github.com/sindresorhus/superheroes
- Owner: sindresorhus
- License: mit
- Created: 2015-05-11T11:00:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:34:40.000Z (9 months ago)
- Last Synced: 2025-01-18T01:06:58.587Z (8 days ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 234
- Watchers: 7
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-nodejs-cn - superheroes - 获取超级英雄的名字 (包 / 怪诞的)
- awesome-nodejs - superheroes - Get superhero names. (Packages / Weird)
- awesome-nodejs - superheroes - Get superhero names - ★ 188 (Weird)
- awesome-node - superheroes - Get superhero names. (Packages / Weird)
- awesome-nodejs-cn - superheroes - **star:234** 得到超级英雄的名字 (包 / 奇怪的)
README
# superheroes
> Get superhero names
The list is just a [JSON file](superheroes.json) and can be used anywhere.
**I'm not accepting additional entries to the list.**
## Install
```sh
npm install superheroes
```## Usage
```js
import superheroes from 'superheroes';superheroes;
//=> ['3-D Man', 'A-Bomb', …]
```## API
### superheroes
Type: `string[]`
Superhero names in alphabetical order.
### randomSuperhero()
Type: `Function`
Get a random superhero name.
```js
import {randomSuperhero} from 'superheroes';randomSuperhero();
//=> 'Spider-Ham'
```## Related
- [superheroes-cli](https://github.com/sindresorhus/superheroes-cli) - CLI for this module
- [supervillains](https://github.com/sindresorhus/supervillains) - Get supervillain names
- [cat-names](https://github.com/sindresorhus/cat-names) - Get popular cat names
- [dog-names](https://github.com/sindresorhus/dog-names) - Get popular dog names
- [pokemon](https://github.com/sindresorhus/pokemon) - Get Pokémon names
- [superb](https://github.com/sindresorhus/superb) - Get superb like words
- [yes-no-words](https://github.com/sindresorhus/yes-no-words) - Get yes/no like words