Skip to content

Instantly share code, notes, and snippets.

@jpederson
Created March 11, 2014 23:34
Show Gist options
  • Save jpederson/9497384 to your computer and use it in GitHub Desktop.
Save jpederson/9497384 to your computer and use it in GitHub Desktop.
Accrue.js basic calculation-only example
var loan_info = $.loanInfo({
amount: "$7,500",
rate: "7%",
term: "36m"
});
// log the calculation data for test purposes
console.log( loan_info );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment