An open API service indexing awesome lists of open source software.

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.

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
```