Skip to content

Commit cbea695

Browse files
committed
Added support for Events and a test
A test for Events using the example case in CDP Studio
1 parent 96c1f87 commit cbea695

8 files changed

Lines changed: 605 additions & 101 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
protos/
2+
protos/
3+
helpers/

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CDPLogger Client for JavaScript
22

3-
A simple JavaScript interface for communicating with CDP applications that include a CDPLogger component to retrieve historic data.
3+
A simple JavaScript interface for communicating with CDP applications that include a CDPLogger component to retrieve historic data.
4+
For more information about CDP Studio see https://cdpstudio.com/.
45

56

67
## Installation
@@ -13,20 +14,29 @@ npm install
1314

1415

1516
## Running Tests
17+
1618
To run the automatic tests with fake data, execute:
1719

1820
```bash
1921
npm test
2022
```
2123

24+
2225
## Usage
26+
2327
The index.js file contains a simple logger built for the CDP Studio example case.
2428

2529
1. Set up and run the Logger in CDP Studio.
2630
(Refer to Help → Framework - Data Logging → How to Setup Logging in Automation System)
31+
https://cdpstudio.com/manual/cdp/cdplogger/cdplogger-configuration-example.html
2732

2833
2. Run the index.js file from the command line:
2934

3035
```bash
3136
node index.js
32-
```
37+
```
38+
39+
40+
## Contact
41+
42+
Email: support@cdptech.com

0 commit comments

Comments
 (0)