Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 510 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 510 Bytes

Mortgage Calculator

This is a simple mortgage calculator originally inspired by the Zillow Mortgage calculator.

While doing some research on mortgages I found myself looking at the JavaScript source of the Zillow Mortgage Calculator http://www.zillow.com/mortgage-calculator/

When I discovered they weren't doing anything sophisticated I decided to build my own command line calculator.

No guarantees are made about the this code. Use at your own peril.

How to Run

sbt "run sample.dat sample.out"