Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 574 Bytes

File metadata and controls

18 lines (12 loc) · 574 Bytes

Open Bank API client implemented with Next

This is a technology demonstration of the OBP API usign Next.JS

Setup and run

Sign-up at the OBP sandbox: https://apisandbox.openbankproject.com/ Note the consumer key, username and password. Then edit configuration file and paste the consumer key value.

To login, use the username and password you noted above. After a successful login, you can check your account balance.

npm run dev
Starts the development server.

npm run build
Builds the app for production.

npm start
Runs the built app in production mode.