mattpalermo / annuity-calc-web

A simple annuity calculator web app.
MIT License
0 stars 0 forks source link

annuity-calc-web

License:
MIT

A graduated annuity calculator web app. The application calculates the present value of a graduated annuity and plots the value over time.

Feedback, support, questions and problem reports are welcome in the issue list.

Using the application

If JavaScript is disabled or not working correctly, you will find the following:

Running the Server

You will need to have Node.js installed to run the application. You will also need a modern web browser.

Download the application package (annuity-calc-web-[version].tgz). Install the package using

npm install -g annuity-calc-web-[version].tgz

Run the server using

annuity-calc-www --help
annuity-calc-www

Note, there is a small issue with the help output (issue #29).

Feedback & Contribution

Contributions of any shape, form and size are welcomed. Any feedback, support, and in general any public discussion should be submitted to the issue list. To submit changes to the source, submit a GitHub pull request.

See the development guide for more information about setting up a development environment, running tests, linting, etc.

License

This project's source code is released under the MIT license. You can read the full license text in the LICENSE file.