A Polymer Element that transforms a JSON object into another JSON object using a transform function.
<json-transform
data-in="[[data]]"
data-out="{{output}}"
transform-function="[[transform]]">
</json-transform>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