This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
Now Fidelity will work in most modern browsers. Just include it in your HTML, and it will add a FideltyPromise
class to the global
scope.
Download the distribution, and copy the source to your website folder. E.g.
$ cd fidelity
$ cp lib/index.js ../my-website/js/fidelity.js
Then add it to your HTML like so:
<!-- load fidelity -->
<script src="fidelity-promise-min.js"></script>
Bob's your uncle.
You can also download the browser.tar.gz
archive which contains a minimized version.