-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
126 lines (126 loc) · 3.42 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"hotels": [
{
"id": 1,
"category": "City",
"imageUrl": "https://media.api.timbu.com/img/big/hotel-ibis-lagos-ikeja-lagos-47880.jpg?w=562&h=422&c=1",
"address": "Lagos",
"name": "Sherraton hotel",
"discount": "off 50%"
},
{
"category": "City",
"imageUrl": "https://media.api.timbu.com/img/big/summerset-continental-hotel-abuja-49682.jpg?w=562&h=422&c=1",
"address": "Abuja",
"name": "Boxman",
"discount": "off 45%",
"id": 2
},
{
"category": "City",
"imageUrl": "https://media.api.timbu.com/img/big/transcorp-metropolitan-hotel-conferencing-cross-river-59651.jpg",
"address": "Calabar",
"name": "Roman",
"discount": "off 45%",
"id": 3
},
{
"category": "city",
"imageUrl": "https://media.api.timbu.com/img/big/dc736f023a0b28347bb89051af9120af.jpg",
"address": "Port Harcourt",
"name": "Alfred",
"discount": "off 35%",
"id": 4
},
{
"category": "City",
"imageUrl": "https://media.api.timbu.com/img/big/newton-hotels-limited-owerri-imo-56553.jpg",
"address": "Owerre",
"name": "Mario",
"discount": "off 49%",
"id": 5
},
{
"category": "City",
"imageUrl": "https://media.api.timbu.com/img/big/eemjm-hotel-and-suites-limited-akwa-ibom-50415.jpg",
"address": "Uyo",
"name": "Legacy",
"discount": "off 46%",
"id": 6
},
{
"category": "Town",
"imageUrl": "https://media.api.timbu.com/img/big/top-galaxy-hotels-kaduna-1.jpg",
"address": "Kaduna",
"name": "TopGalaxy",
"discount": "off 40%",
"id": 7
},
{
"category": "Others",
"imageUrl": "https://media.api.timbu.com/img/big/ee43cadeb95b36d6bfcc3da413643ab0.JPG?w=562&h=422&c=1",
"address": "Onitsha",
"name": "City Hotel",
"discount": " off 65",
"id": 8
},
{
"category": "",
"imageUrl": "http://media.api.timbu.com/img/big/de-grand-apartment-ltd-gombe-1.jpg?w=238&h=179&c=true",
"address": "Apartment Gombe",
"name": "De-Grand Apartment",
"discount": "off 50%",
"id": 9
},
{
"category": "",
"imageUrl": "http://media.api.timbu.com/img/big/de-grand-apartment-ltd-gombe-1.jpg?w=238&h=179&c=true",
"address": "Gombe",
"name": "De-Grand Apartment",
"discount": "off 50%",
"id": 10
},
{
"category": "",
"imageUrl": "http://media.api.timbu.com/img/big/de-grand-apartment-ltd-gombe-1.jpg?w=238&h=179&c=true",
"address": "Gombe",
"name": "De-Grand Apartment",
"discount": "off 50%",
"id": 11
}
],
"bookings": [
{
"id": 1,
"name": "Tunji Adeogun",
"hotelsName": "Sherraton Hotel",
"socialLinks": "@ogun123",
"categoryType": "City",
"visitDay": "19th June, 2019"
},
{
"id": 2,
"name": "Abba Thomson",
"hotelsName": "Shara Hotel",
"socialLinks": "@abbaThompson",
"categoryType": "City",
"visitDay": "30th June, 2019"
},
{
"name": "Adam adaramola",
"hotelsName": "Ocean city Hotel",
"socialLinks": "@AdamThompson",
"categoryType": "Town",
"visitDay": "31th May, 2019",
"id": 3
},
{
"name": "Tosin",
"hotelsName": "Sharatin",
"categoryType": "Town",
"socialLinks": "@Tboy",
"visitDay": "May 30",
"id": 4
}
]
}