Skip to content

openiap/nodeapi

Repository files navigation

OpenIAP nodejs API

This is the client (and server) side api needed to connect and consume an OpenIAP flow instance, using one of the multiple protocols supported.

This version is for nodejs only, for browser implementation please see the jsapi version

See documentation for more information and examples

Table of Contents

installation

Install using npm with

npm install @openiap/nodeapi

For bleeding edge version directly from github, use note: this require you also have git installed

npm install openiap/nodeapi