Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 522 Bytes

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.