{"id":18493866,"url":"https://github.com/syket-git/future-value-calculator","last_synced_at":"2025-10-09T03:13:27.468Z","repository":{"id":215612936,"uuid":"739356623","full_name":"syket-git/future-value-calculator","owner":"syket-git","description":"A simple npm package to calculate the future value of an investment based on the present value, interest rate, and compounding periods.","archived":false,"fork":false,"pushed_at":"2024-01-07T16:27:32.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T03:13:25.510Z","etag":null,"topics":["calculation","future-value","investment","mathematics"],"latest_commit_sha":null,"homepage":"https://future-value-calculator-demo.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syket-git.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-05T11:18:42.000Z","updated_at":"2024-04-14T16:32:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"39142c55-316c-4532-8c1a-c52da9f4a727","html_url":"https://github.com/syket-git/future-value-calculator","commit_stats":null,"previous_names":["syket-git/future-value-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syket-git/future-value-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syket-git%2Ffuture-value-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syket-git%2Ffuture-value-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syket-git%2Ffuture-value-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syket-git%2Ffuture-value-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syket-git","download_url":"https://codeload.github.com/syket-git/future-value-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syket-git%2Ffuture-value-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000777,"owners_count":26082911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculation","future-value","investment","mathematics"],"created_at":"2024-11-06T13:16:52.583Z","updated_at":"2025-10-09T03:13:27.452Z","avatar_url":"https://github.com/syket-git.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# future-value-calculator\n\n[![npm version](https://badge.fury.io/js/future-value-calculator.svg)](https://www.npmjs.com/package/future-value-calculator)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA simple npm package to calculate the future value of an investment based on the present value, interest rate, and compounding periods.\n\nExamples at https://future-value-calculator-demo.vercel.app/.\n\nSource code at https://github.com/syket-git/future-value-calculator,\n\n## 🏗️ Installation\n\nYou can install the package using npm:\n\n```bash\nnpm install future-value-calculator\n\n```\n\n## 🔥 How to use\n\n```js\nimport calculateFutureValue from \"future-value-calculator\";\n\n// Example usage\nconst presentValue = 1000;\nconst interestRate = 5;\nconst periods = 10;\n\nconst futureValue = calculateFutureValue(presentValue, interestRate, periods);\nconsole.log(\"Future Value:\", futureValue);\n```\n\n## API\n\ncalculateFutureValue(presentValue, interestRate, periods)\n\nCalculates the future value of an investment.\n\n- presentValue (number): The initial investment amount.\n- interestRate (number): The annual interest rate in percentage.\n- periods (number): The number of compounding periods.\n\nReturns the calculated future value rounded up to the nearest whole number.\n\n## License\n\nThis project is licensed under the MIT License\n\n## Contributing\n\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n- Make your changes and commit them.\n- Push to your fork and submit a pull request.\n\n## Acknowledgments\n\n- This package is a simple financial utility tool.\n- Inspired by the need for a quick and reliable future value calculator.\n\nFeel free to use and contribute to this project. Happy calculating!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyket-git%2Ffuture-value-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyket-git%2Ffuture-value-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyket-git%2Ffuture-value-calculator/lists"}