appregistry-client
v1.2.0
Published
AppRegistry Service web client
Readme
AppRegistry service web client.
Install
npm install appregistry-clientExample usage
import AppRegistryClient from 'appregistry-client';
const client = new AppRegistryClient({ serviceUri: '<insert service address here>' });
