https://github.com/andrejewski/interest
Calculate the principal amount of money needed to achieve a self-sustaining revenue stream from compound interest.
https://github.com/andrejewski/interest
finance interest-rates investing
Last synced: 5 months ago
JSON representation
Calculate the principal amount of money needed to achieve a self-sustaining revenue stream from compound interest.
- Host: GitHub
- URL: https://github.com/andrejewski/interest
- Owner: andrejewski
- Created: 2018-06-18T03:39:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T05:45:38.000Z (over 7 years ago)
- Last Synced: 2025-04-05T00:02:38.817Z (6 months ago)
- Topics: finance, interest-rates, investing
- Language: JavaScript
- Homepage: https://jew.ski/interest/
- Size: 47.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interest
> Calculate the principal amount of money needed to achieve a self-sustaining revenue stream from compound interest.## Getting started
You need to have [Elm](http://elm-lang.org/) 0.18 installed on your machine.
Compile this project with:
elm make src/Main.elm --output=elm.js
To develop:
```sh
elm-live --output=elm.js src/Main.elm --pushstate --open --debug
```