0.0.6 • Published 6 years ago

@domoinc/da-certification v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Domo App Certification

Is your Custom App a "Prototype" or "Certified"?

Usage

Install the library

npm install @domoinc/da-certification

Import the library and specify true for certified or false for prototype.

<script src="node_modules/@domoinc/da-certification/dist/da-certification.js">
<script>DaCertification.certify(false);</script>

or via webpack

require('@domoinc/da-certification').certify(false);
0.0.6

6 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago