A minimal "hello world" Node.js application that gets a counter from CounterAPI.
- Build the CounterAPI library:
# From the project root
npm run build- Run the examples:
# For v1 API
node index.jsThese examples simply get the value of the "test" counter from CounterAPI using either v1 or v2 API.