A Polymer Element which builds an elasticjs aggregation based on the set attributes.
<elastic-client-aggregation-builder
field="fieldName"
name="aggName"
type="terms"
count="15"
ejs-aggregation="{{ejsAgg}}">
</elastic-client-aggregation>
Dependencies are installed using Bower:
npm install -g bower
bower install
Tests are run using web-component-tester:
npm install -g web-component-tester
wct
Demonstration and documentation are viewed using polyserve:
npm install -g polyserve
polyserve