Installing Kinto.js

NodeJS

If you're using NodeJS and npm as a frontend package manager, you'll need NodeJS v6.x.x or higher installed on your system. Then:

$ npm install kinto --save

Notes

Read more about how to build Kinto.js in the Contributing section.

Static assets

Dev and production ready assets are available in the gh-pages branch of the repository. In general, you should download these files and ship them along your own projects, though you can also link them during development:

Notes

Only stable tags are released as dist files; if you plan on using latest versions from master, you need to build them manually.

Subresource integrity

To make sure that you are using the right code when loading from a CDN, you can use subresource integrity with the hash provided below:

    <script src="//unpkg.com/kinto@X.Y.Z/dist/kinto.min.js"
            integrity="sha384-<refer to the table below to retrieve the proper hash>"
            crossorigin="anonymous">
    </script>
Filename Hash (for version 11.1.2)
kinto.js sha384-jOv/7inxOIC2xjrIrA38hAMi16QNVQx+hsgRDICwTLfBZVLjxNvGW5jDqrgZynff
kinto.min.js sha384-mrlH3qcRjvaCQX82+CmfLoes81ZkI0EjtnjvfMa09htVjnqQPPyKJmKHf7HogUxE
kinto.noshim.js sha384-lTk9ztZPJAjPz1NF88cIRSx6QLVM3wRazBL8d2b/Mq4zcPqzTY5qSOZNTdIjBnYX