autocompletejs
v0.2.1
Published
An asynchronous autocomplete data store built on top of a trie.
Downloads
2
Readme
Autocomplete
Using a Trie to achieve some autocomplete functionality.
The API is asynchronous and uses the Node callback format to return.
Tried to make the API familiar and so I tried to stick close to the Redis API.
License: MIT