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 example:
node index.js

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