@foerderfunke/matching-engine

0.5.7 • Public • Published

matching-engine

  • Input: user profile, requirement profiles, datafield constraints, materialization queries
  • Output: a report about eligibilities (yes, no, missing data)

In use in the foerderfunke-app.

Local development

# after bumping the @foerderfunke/matching-engine version
npm run build
npm publish
# to run dev.js
npm start

Using this library as dependency

npm install --save @foerderfunke/matching-engine
# package.json
{
  "type": "module",
  "dependencies": {
    "@foerderfunke/matching-engine": "^0.2.0"
  }
}

# dev.js
import { validateUserProfile } from "@foerderfunke/matching-engine"
# ...
let report = await validateUserProfile(userProfileString, datafieldsString)
console.log(report)

# node dev.js

/@foerderfunke/matching-engine/

    Package Sidebar

    Install

    npm i @foerderfunke/matching-engine

    Weekly Downloads

    141

    Version

    0.5.7

    License

    MIT

    Unpacked Size

    1.41 MB

    Total Files

    9

    Last publish

    Collaborators

    • benjaminaaron