ebradyjobory / finance.js

A JavaScript library for common financial calculations
MIT License
1.25k stars 153 forks source link

New maintainer of this project #52

Open MartinDawson opened 3 years ago

MartinDawson commented 3 years ago

Hi,

I use this library very often and for my own DCF calculator.

It seems as though this package has been abandoned. Could I request to take it over @ebradyjobory

I'd like to refactor it to normal functions, add testing, add more functions etc.

Thanks

alfreema commented 10 months ago

I know it's been awhile since you posted this @MartinDawson, but I just recreated this package by refactoring it into simple javascript functions, modularizing it, and splitting out the tests. I used the exact same test cases as in this package to verify the functions, but I switched from mocha to jest.

Here is my new repository for anyone interested: https://github.com/alfreema/finance