Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devbridge/vanilla-autocomplete
- Owner: devbridge
- Created: 2015-03-02T16:33:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T00:10:43.000Z (over 9 years ago)
- Last Synced: 2024-11-09T19:08:56.400Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://devbridge.github.io/Vanilla-Autocomplete/
- Size: 625 KB
- Stars: 17
- Watchers: 9
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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/