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:
const { calculateZakat } = require("zakat-calculator-api");
const zakatData = req.body;
const result = await calculateZakat(zakatData);