@osh-branches/osh-js
Version:
OSH javascript Toolkit
26 lines (15 loc) • 1.1 kB
Markdown
# Installation
### npm
[](https://npmjs.com/package/osh-js.js)
[](https://www.npmjs.com/package/osh-js)
```sh
npm install osh-js
```
### CDNJS
[](https://cdnjs.com/libraries/osh-js)
OSH.js built files are available on [CDNJS](https://cdnjs.com/):
https://cdnjs.com/libraries/osh-js
### Github
[](https://github.com/opensensorhub/osh-js/releases/latest)
You can download the latest version of [osh-js on GitHub](https://github.com/opensensorhub/osh-js/releases/latest).
If you download or clone the repository, you must [build](../advanced/developers/contributing) osh-js.js to generate the dist files. osh-js no longer comes with prebuilt release versions, so an alternative option to downloading the repo is **strongly** advised.