A simple express.js server testing Algoan's Score and Credit Insights integration.
This repository is an example of the integration of Score and Credit Insights without a connector. It implements the flow described in the public documentation.
- Exposes a simple
index.html
file rendered by express-handlebars - Exposes 1 API:
GET /scores
: implements the sequence diagram describes in our draft documentation.
This application uses Node.js underneath. You need to install it if you haven't done it yet.
Install all dependencies running:
npm install
You can now start the application:
npm start
Then, go to your favorite browser and navigate to [http://localhost:3000]. It will display a web page with one button:
- Click on the "Launch score" to begin with the process