An open API service indexing awesome lists of open source software.

https://github.com/bituvo/randomwordgenerator

A simple random, pronounceable word generator written in JavaScript. Use with credit.
https://github.com/bituvo/randomwordgenerator

Last synced: about 1 year ago
JSON representation

A simple random, pronounceable word generator written in JavaScript. Use with credit.

Awesome Lists containing this project

README

          

# Random pronounceable word generator
A simple JavaScript library to generate pronouceable English words.

To use, call `createWord()`:
```javascript
console.log(createWord());
```