superb

5.0.0last stable release 9 months ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
277
Weekly Downloadsglobal
2,154

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

superb

Get superb like words

Currently ~100 words. I’m not accepting more words.

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

Install

npm install superb

Usage

import superbWords from 'superb';

superbWords;
//=> ['ace', 'amazing', …]

API

superbWords

Type: string[]

All the words in alphabetical order.

randomSuperbWord()

Type: Function

Get a random word.

import {randomSuperbWord} from 'superb';

randomSuperbWord();
//=> 'legendary'

randomSuperbWord();
//=> 'awesome'

Related

  • superb-cli - CLI for this module
  • cat-names - Get popular cat names
  • dog-names - Get popular dog names
  • pokemon - Get Pokémon names
  • superheroes - Get superhero names
  • supervillains - Get supervillain names
  • yes-no-words - Get yes/no like words

Dependencies

CVE IssuesActive
0
Scorecards Score
3.50
Test Coverage
No Data
Follows Semver
Yes
Github Stars
392
Dependenciestotal
3
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute superb in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install superb
Processing...
Done

18 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.