Skip to content

SimonLab/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autocomplete

Find words in the English dictionary.

##Features

Autocomplete Module

  • import a 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

Autocomplete HTTP Server (API)

  • serve an html page with a search box
  • expose the findWords method as an API endpoint

About

Find words in the English dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published