Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Last active June 1, 2016 01:56
Show Gist options
  • Save MikeLarned/ec13fc73057cf0d9411975abede78724 to your computer and use it in GitHub Desktop.
Save MikeLarned/ec13fc73057cf0d9411975abede78724 to your computer and use it in GitHub Desktop.
<div>
<sialia></sialia>
</div>
<script src="build/sialia.js"></script>
<script>
var url = "http://sialia.ria.ms/files";
var documents = $.get(url, function(docs) {
new Sialia({
docs: docs
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment