starti.app 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# starti.app API
|
|
2
|
+
|
|
3
|
+
## When should I use this package?
|
|
4
|
+
|
|
5
|
+
You've bought a [start.app](https://starti.app) and want to integrate your website and the app.
|
|
6
|
+
|
|
7
|
+
This package allows you to talk to the app using an easy API.
|
|
8
|
+
|
|
9
|
+
## How do I get started
|
|
10
|
+
|
|
11
|
+
Add the package to your project in one of two ways:
|
|
12
|
+
|
|
13
|
+
1) Add the package using npm:
|
|
14
|
+
`npm install starti.app@1.0.12`
|
|
15
|
+
|
|
16
|
+
2) Add the following line to your HTML file:
|
|
17
|
+
`<script crossorigin src="https://unpkg.com/starti.app@1.0.12/umd/main.js"></script>`
|
|
18
|
+
|