rod / awful

πŸ‘Ž A terrible, horrible, no good, very bad npm package

Home Page:https://www.npmjs.com/package/awful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awful Build Status

πŸ‘Ž A terrible, horrible, no good, very bad npm package

Install

npm install [--global] awful

Usage

const awful = require('awful');

awful.random();
//=> 'terrible'

awful.random();
//=> 'no good'

awful.all
//=> ['abominable', 'abysmal', 'appalling', ...]

API

.all

Type: Array

All the words in alphabetical order.

.random()

  • Type: Function

  • Single random word.

CLI

npm install --global awful
awful --help

Usage
  $ awful
  crummy

  $ awful --all
  abominable
  abysmal
  ...

Options
  --all Get all the words

Want the opposite of this package?

License

MIT Β© Rodney Dennis

About

πŸ‘Ž A terrible, horrible, no good, very bad npm package

https://www.npmjs.com/package/awful

License:MIT License


Languages

Language:JavaScript 100.0%