doipjs/docs/installation.md
Yarmo Mackenbach e7fc47f955
Release 0.11.2
2021-03-06 23:34:20 +01:00

399 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/doipjs@0.11.2/dist/doip.min.js"></script>

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