A random word generator that can be used to generate words of varying lengths. Supports English, Japanese, Italian, and Dutch.
##Languages and Frameworks used Built with JavaScript, HTML, and CSS.
##Requirements Here are the required libraries needed to run this application:
- Express v4.14.0 and up
- fs v0.0.1-security
- HTML v1.0.0 and up
- Readline v1.3.0 and up
- Node.JS v0.10.0 and up Additional dependencies can be viewed in the package-lock.json file.
##Installation Clone the repository by using
git clone https://github.com/nwimmer123/openWords.gitto clone the repository to your local machine. Run
npm installto install the necessary dependencies to your local repository.
##How to use After cloning the repository and installing the necessary dependencies, navigate to index.html. Run this on your local machine. Next, type in a minimum and maximum word length as well as the number of words you want to generate. Be sure to select a language from the dropdown menu. Click the "Generate my Array" button to see the random words. Click "Reset Form" to reset the form.
##How to contribute Make sure you've cloned the repository to a local machine. Then, create a fork off of the main branch and make changes there. Once complete, commit and push your changes to your local repository and raise a pull request to the main branch.