Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jernestmyers/mortgage-refi-analysis
A simple tool to compare refinancing using Freddie Mac's weekly data for 15-year and 30-year rates
https://github.com/jernestmyers/mortgage-refi-analysis
Last synced: 1 day ago
JSON representation
A simple tool to compare refinancing using Freddie Mac's weekly data for 15-year and 30-year rates
- Host: GitHub
- URL: https://github.com/jernestmyers/mortgage-refi-analysis
- Owner: jernestmyers
- Created: 2024-07-16T18:39:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:50:07.000Z (5 months ago)
- Last Synced: 2024-08-09T18:30:48.264Z (5 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The what and why
This is a barebones project that allows me to quickly assess mortgage refinancing. Freddie Mac publishes data every week for standard 15-year and 30-year mortgage rates. I do calculations based on Freddie Mac's data and my own mortgage details (defined in a `.env` file, see `.env.sample` for more info) to make some simple comparisons.
## How to run
If you're interested in playing with this, you can:1.
```js
git clone [email protected]:jernestmyers/mortgage-refi-analysis.git
cd mortgage-refi-analysis
npm install
```2. Set up the `.env` file; refer to the `.env.sample` file for more details.
3. Run `npm run dev`