installation
with npm
$ npm i @computablefacts/sdk-javascript
inside a static HTML page
Get the latest bundled version with:
<script src="https://unpkg.com/@computablefacts/sdk-javascript/dist/bundle/index.min.js"></script>
You can fix the major version with:
<script src="https://unpkg.com/@computablefacts/sdk-javascript@1/dist/bundle/index.min.js"></script>
usage
See https://computablefacts.github.io/sdk-javascript/.
develop
See DEVELOP.md.