@digifi-los/data-integrations-core
v0.2.1
Published
Provide data integrations.
Downloads
267
Keywords
Readme
DigiFi Data Integration Module (Core Functionality)
DigiFi's Core Data Integrations Module (Core Functionality) for its Loan Origination System
Overview
The Data Integrations module is used in DigiFi's open-source loan origination system ("LOS") to integrate data sources for the purpose of automated underwriting and verification within the rules engine.
Please visit our Documentation for comprehensive information on installing and using the platform.
Installation
Installing the module into a project
- Run
npm i @digifi-los/data-integrations-core
in your application
Running the module locally
Setup (Follow these steps):
- Clone or download the zip file from this repository
- Run
npm i
in the root level
Other Commands:
- Run
npm test
to run tests
Uninstalling the Module
Run npm uninstall @digifi-los/data-integrations-core
in your application