Skip to content

astri-isns/polymersky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.