superb
Get superb like words
Last updated 7 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install superb 
SYNC missed versions from official npm registry.

superb Build Status

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

const superb = require('superb');

superb.random();
//=> 'legendary'

superb.random();
//=> 'awesome'

superb.all;
//=> ['ace', 'amazing', …]

API

.all

Type: string[]

All the words in alphabetical order.

.random()

Type: Function

Random word.

Related

License

MIT © Sindre Sorhus

Current Tags

  • 4.0.0                                ...           latest (7 years ago)

17 Versions

  • 4.0.0                                ...           7 years ago
  • 3.0.0                                ...           8 years ago
  • 2.0.0                                ...           8 years ago
  • 1.3.0                                ...           10 years ago
  • 1.2.0                                ...           11 years ago
  • 1.1.4                                ...           11 years ago
  • 1.1.3                                ...           11 years ago
  • 1.1.2                                ...           11 years ago
  • 1.1.1                                ...           11 years ago
  • 1.1.0                                ...           11 years ago
  • 1.0.6                                ...           11 years ago
  • 1.0.5                                ...           11 years ago
  • 1.0.4                                ...           12 years ago
  • 1.0.3                                ...           12 years ago
  • 1.0.2                                ...           12 years ago
  • 1.0.1                                ...           12 years ago
  • 1.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 16
Last Day 0
Last Week 16
Last Month 0
Dependencies (1)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |