Seismo server client for browser. It's the browserified
version of seismo-node-client.
Include client.js
or client.min.js
to your HTML
<script src="client.min.js"></script>
Initialize client,
var client = seismo('app-id');
Check documentation from seismo-node-client for further docs.