zakat-calculator-api
v1.0.3
Published
A simple NPM package to calculate Zakat based on different asset types.
Maintainers
Readme
Zakat Calculator 📿
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.
Installation 🚀
Install the package using NPM:
const { calculateZakat } = require("zakat-calculator-api");
const zakatData = req.body;
const result = await calculateZakat(zakatData);