https://github.com/rod/awful
👎 A terrible, horrible, no good, very bad npm package
https://github.com/rod/awful
awful bad lousy random terrible
Last synced: 3 months ago
JSON representation
👎 A terrible, horrible, no good, very bad npm package
- Host: GitHub
- URL: https://github.com/rod/awful
- Owner: rod
- License: mit
- Created: 2016-10-26T19:13:34.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T10:44:25.000Z (over 4 years ago)
- Last Synced: 2025-09-20T03:52:56.286Z (9 months ago)
- Topics: awful, bad, lousy, random, terrible
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/awful
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# awful [](https://travis-ci.org/rod/awful)
> 👎 A terrible, horrible, no good, very bad npm package
## Install
~~~ bash
npm install [--global] awful
~~~
## Usage
~~~ javascript
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
~~~ bash
npm install --global awful
~~~
~~~ bash
awful --help
Usage
$ awful
crummy
$ awful --all
abominable
abysmal
...
Options
--all Get all the words
~~~
## Want the opposite of this package?
- [superb](https://github.com/sindresorhus/superb)/[superb-cli](https://github.com/sindresorhus/superb-cli) - Get superb like words
## License
MIT © [Rodney Dennis](https://github.com/rod)