15 أسطر
254 B
Markdown
15 أسطر
254 B
Markdown
# Quran API | واجهة القرآن
|
|
|
|
RESTful API for the Holy Quran.
|
|
|
|
## Endpoints
|
|
- GET /surahs - All 114 surahs
|
|
- GET /surahs/{id} - Surah detail
|
|
- GET /search?q= - Search
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python main.py
|
|
```
|
|
|
|
Built on GitPasha |