Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

Seismo for browser

Seismo server client for browser. It's the browserified version of seismo-node-client.

Usage

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.