SDK to build frontend Web Applications for Linx Impulse Wishlist.
To install the Wishlist SDK just run:
npm install @linx-impulse/engage-wishlist-sdk-js
After installing the SDK you can use any of the modules by including them in your code
Example:
import { Likes } from '@linx-impulse/engage-wishlist-sdk-js'
This repository is divided into three main modules:
Responsible for operations that center around items (which currently is just fetching the like frequency).
Contains all functions that are used for the default 'Likes' workflow, which are the main way to interact with the API.
Contains functions that manipulates custom lists.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Run doc command to generate docs:
npx run doc
Run lint command:
npx run lint [--fix]
Options:
- fix: automatically fixes errors found.
Run lint command:
npx run test [--watch]
Options:
- watch: Run tests in a watch mode
Run release command:
npx run release