Skip to content

Installation

badosa edited this page Aug 6, 2013 · 16 revisions

WikiInstallation

Installation

Download the latest version if json-stat.js.

Then include a link in your webpage to your copy of the json-stat.js file:

<script src="/your-js-dir/json-stat.js"></script>

You can also download the full repository with tests.

Warning: when developing locally, your browser may enforce strict permissions for reading files out of the local file system. If you use JSONstat method specifying a URI string that points to a local file, you will need first to set up a local web server. Take also into account the JSONstat method limited support of older browsers when using a URI string.

Clone this wiki locally