@magento/recommendations-js-sdk
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@magento/recommendations-js-sdk", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "📚 JavaScript library for retrieving and displaying Magento product recommendations.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,21 @@ # Product Recommendations JavaScript SDK | ||
This SDK can be pulled down from a CDN or installed as a module from NPM. | ||
### CDN | ||
The latest version of the SDK is placed in the `latest` directory. | ||
```html | ||
<script src="https://sdk.magento-datasolutions.com/latest/index.js"></script> | ||
``` | ||
Specific versions are also published on the CDN under their respective directories. | ||
```html | ||
<script src="https://sdk.magento-datasolutions.com/v0.0.7/index.js"></script> | ||
``` | ||
### NPM | ||
```shell | ||
npm install @magento/recommendations-js-sdk | ||
@@ -10,0 +28,0 @@ ``` |
122842
123