Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API
npm install fiftyone.pipeline.engines.fiftyone!51Degrees 51Degrees Pipeline Engines Fiftyone
The 51Degrees Pipeline API is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines).
This package uses the engines class created by the fiftyone.pipeline.engines. It makes available:
* A share usage engine that is used to send usage information to 51Degrees.
```
npm install fiftyone.pipeline.engines.fiftyone
To run tests you will need to install the jest library.
``
npm install jest --global
Then, navigate to the module directory and execute:
```
npm test