1.1.0 • Published 7 years ago

primo-explore-slaask v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

primo-explore-slaask

Features

The Slaask widget will appear in primo, enabling communication with patrons via Slack. More information on Slaask is available here.

Install

  1. Make sure you've installed and configured primo-explore-devenv.
  2. Navigate to your template/central package root directory. For example:
    cd primo-explore/custom/MY_VIEW_ID
  3. If you do not already have a package.json file in this directory, create one:
    npm init -y
  4. Install this package:
    npm install primo-explore-slaask --save-dev

Usage

Once this package is installed, add slaask as a dependency for your custom module definition.

var app = angular.module('viewCustom', ['slaask'])

Note: If you're using the --browserify build option, you will need to first import the module with:

import 'primo-explore-slaask';

The widget requires your unique Slaask ID to function, which can be obtained in your Slaask settings. You can configure it as below.

app.constant('slaask_id', '295ddfaketoken356b7da45a415a')