Skip to content

zonkyio/openbanking-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zonky Open Banking API

Repository for Zonky Open Banking API documentation. The latest version of the documentation is publicly available on Apiary (https://zonkyopenbanking.docs.apiary.io).

Local Development

You can build and export the documentation locally outside Apiary with a few simple steps. All you need is working Node.js environment on your machine.

  1. Clone this repository
git clone [email protected]:zonkyio/openbanking-api.git
cd openbanking-api
  1. Install project dependencies
npm install
  1. Run development server
npm run dev

Server will start on http://localhost:3000 and will listen for changes in apiary.apib file.

  1. Export documentation
npm run build

The documentation will be exported to a single output.html file.

About

Zonky Open Banking API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors