1.0.0 • Published 4 years ago

calc-immo-investment v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

calculate an immo investment

Calculating an investment financed by credit over several years. Takes in 4 parameters: 1. the total cost of the object 2. how much of your own money you re going to invest (so the part you dont have to take a credit for) 3.

Installation

Install via NPM:

npm install calc-immo-investment

Usage

javascript

var myCalculator = require("calc-immo-investment");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'simple-hello-world-example';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the MIT license.