UNPKG

fiftyone.pipeline.engines.fiftyone

Version:

Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API

34 lines (20 loc) 1.12 kB
![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **51Degrees Pipeline Engines Fiftyone** [Developer Documentation](https://51degrees.com/pipeline-node/index.html?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation") ## 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`](/fiftyone.pipeline.engines#readme.md). 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 ```