easily find words in the English dictionary
#Features
###Autocomplete module
- Import list of words into an array called words.
- Search through list of words for a string and return list of suggestions.
- Record the string that was searched for (for stats and graphs).
##Autocomplete HTTP Server (API)
- Serve an html page with a search box.
- Expose the findWords method