Polymer Element for Skygear
for sample, please visit https://github.com/astri-isns/polymersky-sample
Config your skygear container as following
<skygear-app name="skygear" app="{{app}}" currentUser="[[user]]" end-point="https://APP_ID.skygeario.com/" api-key="YOUR_API_KEY"></skygear-app>
Afterwards, you could use app
to call sky-gear related functions.