Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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 examples:
# For v1 API
node index.js

These examples simply get the value of the "test" counter from CounterAPI using either v1 or v2 API.