Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 333 Bytes

File metadata and controls

20 lines (13 loc) · 333 Bytes

CounterAPI Hello World Example

A minimal "hello world" Node.js application that gets a counter from CounterAPI.

Setup

  1. Build the CounterAPI library:
# From the project root
npm run build
  1. Run the example:
node index.js

This example simply gets the value of the "test" counter from CounterAPI.