fiftyone.pipeline.engines.fiftyone
v4.5.16
Published
Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API
Downloads
13,620
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 usageengine that is used to send usage information to 51Degrees.
Installation
npm install fiftyone.pipeline.engines.fiftyoneTests
To run tests you will need to install the jest library.
npm install jest --globalThen, navigate to the module directory and execute:
npm test