Skip to content

Instantly share code, notes, and snippets.

View seemcat's full-sized avatar
😀
going full-time on content

mari seemcat

😀
going full-time on content
View GitHub Profile
@seemcat
seemcat / index.html
Last active September 14, 2018 18:15
step 1 of browser integration
// index.html
<link rel="stylesheet" href="https://assets-cdn.ziggeo.com/v2-stable/ziggeo.css" />
<script src="https://assets-cdn.ziggeo.com/v2-stable/ziggeo.js"></script>
<script>var app = new ZiggeoApi.V2.Application({
 token:"APPLICATION_TOKEN"
});
</script>