Skip to content

Commit a5b4810

Browse files
committed
Revert "Added support for Events and a test"
This reverts commit cbea695.
1 parent cbea695 commit a5b4810

8 files changed

Lines changed: 101 additions & 605 deletions

File tree

.gitignore

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

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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.
4-
For more information about CDP Studio see https://cdpstudio.com/.
3+
A simple JavaScript interface for communicating with CDP applications that include a CDPLogger component to retrieve historic data.
54

65

76
## Installation
@@ -14,29 +13,20 @@ npm install
1413

1514

1615
## Running Tests
17-
1816
To run the automatic tests with fake data, execute:
1917

2018
```bash
2119
npm test
2220
```
2321

24-
2522
## Usage
26-
2723
The index.js file contains a simple logger built for the CDP Studio example case.
2824

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

3328
2. Run the index.js file from the command line:
3429

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

0 commit comments

Comments
 (0)