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.
- Host: GitHub
- URL: https://github.com/bituvo/randomwordgenerator
- Owner: Bituvo
- License: gpl-3.0
- Created: 2021-12-09T21:14:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T12:52:54.000Z (over 3 years ago)
- Last Synced: 2025-03-17T16:50:13.191Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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());
```