Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devbridge/vanilla-autocomplete

Fast and fully-featured autocomplete library without any dependencies.
https://github.com/devbridge/vanilla-autocomplete

Last synced: about 2 months ago
JSON representation

Fast and fully-featured autocomplete library without any dependencies.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/devbridge/Vanilla-Autocomplete.svg?branch=master)](https://travis-ci.org/devbridge/Vanilla-Autocomplete)
![Code Coverage](http://devbridge.github.io/Vanilla-Autocomplete/content/img/code-coverage.svg)

#Devbridge Vanilla Autocomplete

Library allows you to create autocomplete functionality for text input fields and has no dependencies on any other JavaScript libraries.

##Testing

Tests are written using [Jasmine] and ran with [Karma]. To run
the test suite with PhantomJS, run `$ npm test`.

[Jasmine]: http://pivotal.github.com/jasmine/
[Karma]: http://karma-runner.github.io/