taylodl / MortgageApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to make a web service around this mortgage calculator

taylodl opened this issue · comments

The service will be invoked via a GET request using the following query parameters:

?months=

?amount=

?apr=

Use Flask

Done.

Encountered issues with using the query string values directly since they're not numbers. That's something that never showed up in the Jupyter notebook.