doipjs/docs/installation.md
Yarmo Mackenbach 8c8292d88f Update docs
2020-11-18 21:51:39 +01:00

400 B

Installation

Install using yarn:

yarn add doipjs

Install using NPM:

npm install --save doipjs

Install on website by including the following HTML snippet:

<script src="https://cdn.jsdelivr.net/npm/keyoxide@0.5.0/dist/doip.min.js"></script>

Next step: quick start (Node.js) and quick start (browser)