fiftyone.pipeline.engines.fiftyone
v4.4.104
Published
Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API
Downloads
2,909
Readme
51Degrees Pipeline Engines Fiftyone
Introduction
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 - fiftyone.pipeline.engines.fiftyone
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.
Installation
npm install fiftyone.pipeline.engines.fiftyone
Tests
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