Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 573 Bytes

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.