ninthwave-client
v1.0.0
Published
OBIE (UK Open Banking) API client for Node.js.
Readme
ninthwave-client
OBIE (UK Open Banking) API client for Node.js.
Install
npm install ninthwave-client
const NinthwaveClient = require("ninthwave-client");
const client = new NinthwaveClient({
baseUrl: "https://api.bank.com"
});