DBpedia Autosuggest is a jQuery plugin that adds a dbpedia-powered autocomplete feature to any input box.
This plugin uses the dbpedia lookup web service to implement its search functionality.
#install gulp globally
npm install -g gulp
#install compass
gem update --system
gem install compass
#clone this repo or your fork
git clone
#install project dependencies
npm install
#start the default task - builds plugin source and launches a demo server on port 1337
gulp
- Suggestion for dbpedia resources come up as you type
- jQuery 1.8.3+
- Browser Support: IE10+, FF23, Safari6, Opera12, Chrome29
More Coming Soon...