NodeJS Package Containing RESO Certification ETL utilities.
To install from GitHub using npm:
npm i RESOStandards/reso-certification-etl
To install from Github via yarn:
yarn add https://github.com/RESOStandards/reso-certification-etl.git
See index.js
for list of exported libraries.
To run the tests, clone the repository:
git clone https://github.com/RESOStandards/reso-certification-etl.git
Then change into the directory and run:
npm i
Finally:
npm test