Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismailnguyen/quranapi
Quran data API
https://github.com/ismailnguyen/quranapi
apollo-graphql graphql nodejs
Last synced: about 4 hours ago
JSON representation
Quran data API
- Host: GitHub
- URL: https://github.com/ismailnguyen/quranapi
- Owner: ismailnguyen
- License: unlicense
- Created: 2019-09-29T16:23:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:37:31.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T12:47:00.449Z (over 1 year ago)
- Topics: apollo-graphql, graphql, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quran API
## All surahs et ayahs
```
{
surahs {
number
name
englishName
ayahs {
number
numberInSurah
text
}
}
}
```## Random ayah
```
{
random {
number
numberInSurah
text
}
}
```