Skip to content

A JS library for calculating eligibility & value of various public support programs.

License

Notifications You must be signed in to change notification settings

osesina/public_supports

Repository files navigation

public-supports Build Status

Usage

const publicSupports = require('public-supports');

General set-up for elegibility/valuation functions

inputs: - Relevant Entities (Applicant, Child) - External variables (i.e Median Income of the local region)

output: value is a monetary value of the benefit per year (this maybe should change).

	{
		eligible: <Boolean>,
		value: <Number>
	}

Eligibility data should be stored as easy to edit JS objects at the top of the module.

API

License

MIT © Code for Boston

About

A JS library for calculating eligibility & value of various public support programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published