add examples json

This commit is contained in:
Asim Aslam
2021-09-22 12:48:19 +01:00
parent 3e814fb85c
commit 0f3952f3ab

27
prayer/examples.json Normal file
View File

@@ -0,0 +1,27 @@
{
"times": [{
"title": "Prayer times",
"run_check": false,
"request": {
"location": "london"
},
"response": {
"date": "2021-09-22",
"days": 1,
"location": "london",
"latitude": 51.5073509,
"longitude": -0.1277583,
"times": [
{
"date": "2021-09-22",
"fajr": "04:38",
"sunrise": "06:47",
"zuhr": "12:53",
"asr": "16:11",
"maghrib": "18:59",
"isha": "20:52"
}
]
}
}]
}