https://github.com/lazypwny751/verse-hadithDB
verses from quran and hadiths
https://github.com/lazypwny751/verse-hadithDB
database islam islamic json quran quran-data sqlite sqlite3
Last synced: 4 months ago
JSON representation
verses from quran and hadiths
- Host: GitHub
- URL: https://github.com/lazypwny751/verse-hadithDB
- Owner: lazypwny751
- License: gpl-3.0
- Created: 2022-11-24T22:30:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T20:20:42.000Z (over 3 years ago)
- Last Synced: 2026-02-15T21:34:35.056Z (4 months ago)
- Topics: database, islam, islamic, json, quran, quran-data, sqlite, sqlite3
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-islamic-open-source-apps - verse-hadithDB
README
# verses and hadiths database, stored in sqlite verse-hadithDB.
here are some verses from the Quran and authentic hadiths, verse and hadith files are backed up as json in the source and combined as sqlite file
# Installation
```bash
git clone "https://github.com/lazypwny751/verse-hadithDB.git" && cd "verse-hadithDB"
make build
sudo make install
```
# Uninstallation
```bash
cd "verse-hadithDB"
sudo make uninstall
# Or, if you know the SRCDIR you can remove directly the source dir, default is:
sudo rm -rf /usr/share/verse-hadith
```
# Requirements
- ## coreutils
- ## findutils
- ## sqlite3
- ## bash
- ## jq
# Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
# License
[GPLv3](https://choosealicense.com/licenses/gpl-3.0)