freebase_searchwidget 0.1.2
freebase_searchwidget: ^0.1.2 copied to clipboard
Dart port of Google's Freebase Suggest 4.2 Javascript/jQuery component.
Dart Freebase Search Widget #
Dart port of Google's Freebase Search Widget
General notes: #
License #
BSD 3-clause license (see LICENSE file).
Freebase API key #
An API key for the Google Freebase API is necessary. You can obtain a key at Google API Console (see also Obtaining an API key). To some extend the API can be used without an API key at least if you use the Sandbox version of the API.
Known issues: #
- The original Freebase Search Widget provides several custom Events. None of them are implemented yet.
- Due to limitations of Polymer.dart the options can not be set as an attribute in HTML. The options can currently only be set by code as in the file index.dart.
- Couldn't get it working with dart2js yet.
TODO #
- Provide custom events as in the original.
- Write tests.
Additional authors #
- Dae Park (daepark@google.com) Built the original JavaScript version this project is derived from.