zakat-calculator-api
Version:
A simple NPM package to calculate Zakat based on different asset types.
15 lines (10 loc) • 540 B
Markdown
A powerful, accurate, and easy-to-use NPM package for calculating Zakat based on various asset types.
This package helps Muslims fulfill their Zakat obligations by computing the amount due from wealth sources
like cash, gold, silver, business assets, agricultural produce, livestock, and investments.
Install the package using NPM:
```sh
const { calculateZakat } = require("zakat-calculator-api");
const zakatData = req.body;
const result = await calculateZakat(zakatData);