Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

basiqio/basiq-connect-ui-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basiq Webview integration server example

Installing

To run the package you should have nodemon installed

npm i -g nodemon

npm install

Running

Replace the YOUR_API_KEY in authentication.js file with your API key which will be used to perform actions.

Because the node server listens to the port 80 you need to run index.js using an account with elevated priviledges or using sudo. If you want to change the port you can do it in index.js.

sudo nodemon index.js

The app should listen to the specified port and everything should work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published