1.0.0 • Published 3 years ago

hooey v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

Hooey

Hooey is a JavaScript library for generating nonsensical strings of text

Example Usage

More examples can be found in /examples.

import { generateALoadOfHooey, generateHooey } from "hooey";

// Generate random string of text
console.log(generateHooey());

// Generate a list of 10 random strings of text
console.log(generateALoadOfHooey(10));

Why?

This project was made primarly to learn about making and publishing NPM packages.


Contributing

If you are interesting in contributing please read CONTRIBUTING.md

License

This Software is licensed under the GNU General Public License v3.0, see LICENSE for more information.