Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zohaib87/zakat-xe
WordPress plugin to calculate Zakat in real-time using silver prices through API. Perfect for organizations that are accepting online donations on their websites.
https://github.com/zohaib87/zakat-xe
wordpress wordpress-plugin wp wp-plugin zakat zakat-calculator
Last synced: 18 days ago
JSON representation
WordPress plugin to calculate Zakat in real-time using silver prices through API. Perfect for organizations that are accepting online donations on their websites.
- Host: GitHub
- URL: https://github.com/zohaib87/zakat-xe
- Owner: zohaib87
- License: gpl-2.0
- Created: 2022-02-24T10:15:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T10:54:18.000Z (about 1 year ago)
- Last Synced: 2024-10-30T23:40:18.524Z (2 months ago)
- Topics: wordpress, wordpress-plugin, wp, wp-plugin, zakat, zakat-calculator
- Language: PHP
- Homepage: https://demos.xecreators.pk/zakat-calculator/
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About Zakat XE
[![Issues](https://img.shields.io/github/issues/zohaib87/zakat-xe)](https://github.com/zohaib87/zakat-xe/issues)
[![Release Latest](https://img.shields.io/github/v/release/zohaib87/zakat-xe?color=yellowgreen)](https://github.com/zohaib87/zakat-xe/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/zohaib87/zakat-xe/total)](https://github.com/zohaib87/zakat-xe/releases/latest)
[![Calculator Demo](https://img.shields.io/badge/ZakatCalculator-Demo-blue)](https://demos.xecreators.pk/zakat-calculator)
![Repo Size](https://img.shields.io/github/repo-size/zohaib87/zakat-xe.svg)
[![License](https://img.shields.io/github/license/zohaib87/zakat-xe)](https://github.com/zohaib87/zakat-xe/blob/master/LICENSE.md)WordPress plugin to calculate Zakat in real-time using silver prices through API. Perfect for organizations that are accepting online donations on their websites.
[![Download Latest Release](https://img.shields.io/badge/Download_Latest_Release-blue?style=for-the-badge)](https://github.com/zohaib87/zakat-xe/releases/latest/download/zakat-xe.zip)
## How To Use
Simply add `[zakat-xe]` shortcode any where you want to display the calculator.
## Contributing
🖥️ Hello, fellow developer! 🙂
Your [pull requests](https://github.com/zohaib87/zakat-xe/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/zakat-xe/issues) or open one about something you want to contribute and we can discuss it before your pull request.
1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/).
2. Create a fork of this repository.
3. Clone the fork on your local machine. Your remote repo on Github is called `origin`.
4. Add the original repository as a remote called `upstream`.
5. If you created your fork a while ago be sure to pull upstream changes into your local repository.
6. Open command line, navigate to the local repository and run `npm install` to install dependencies.
7. Create a new branch to work on. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
8. Once changes/feature/fix is completed, push your branch to your fork on Github, the remote `origin`.
9. From your fork open a pull request in the correct branch. Target this project's `main` branch.