Danwhy / autocomplete

easily find words in the English dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete

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

About

easily find words in the English dictionary


Languages

Language:JavaScript 64.8%Language:HTML 35.2%