Skip to content

chrisfoster76/sfa-cmt-transfersdashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFA Commitments Transfers Dashboard

Node.js Transfers Dashboard implementation for testing purposes

Sample config.js

Requires config.js to be added to project root. Sample format/contents:

var config = {};

///port -> what port the application should listen on
config.port = 3200;

///config.api settings -> configures the commitment api accessed by the application
config.api_bearer_token = "THIS_IS_THE_COMMITMENTS_API_BEARER_TOKEN";
config.api_hostname = "127.0.0.1";
config.api_port = 44380;

module.exports = config;

Usage

From root folder:

npm install
npm start 

From browser, where accountId is Transfer Sender's Hashed Account Id:

http://localhost:3200/{accountId}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published