fiftyone.pipeline.engines.fiftyone
Version:
Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API
34 lines (20 loc) • 1.2 kB
Markdown
 **51Degrees Pipeline Engines Fiftyone**
[Developer Documentation](https://51degrees.com/pipeline-node/index.html?utm_source=github&utm_medium=readme&utm_campaign=pipeline-node&utm_content=fiftyone.pipeline.engines.fiftyone-readme.md&utm_term=top "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
```