/polymersky

Polymer Web Component for Skygear

Primary LanguageHTMLApache License 2.0Apache-2.0

polymersky

Published on webcomponents.org

Polymer Element for Skygear

Sample

for sample, please visit https://github.com/astri-isns/polymersky-sample

Quick Start

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.