Create destinations.json
Browse files- destinations.json +30 -0
destinations.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "Goa",
|
| 4 |
+
"summary": "Famous for beaches, nightlife, seafood, and Portuguese heritage.",
|
| 5 |
+
"top_attractions": ["Baga Beach", "Anjuna Market", "Old Goa Church"],
|
| 6 |
+
"best_months": "November to February",
|
| 7 |
+
"tags": ["beach", "india", "party"]
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"name": "Manali",
|
| 11 |
+
"summary": "A Himalayan hill station known for snow, mountains, and adventure sports.",
|
| 12 |
+
"top_attractions": ["Solang Valley", "Rohtang Pass", "Hadimba Temple"],
|
| 13 |
+
"best_months": "October to February",
|
| 14 |
+
"tags": ["snow", "mountain", "india"]
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"name": "Bali",
|
| 18 |
+
"summary": "Indonesian island with beaches, surfing spots, and cultural temples.",
|
| 19 |
+
"top_attractions": ["Ubud", "Tanah Lot", "Uluwatu Temple"],
|
| 20 |
+
"best_months": "April to October",
|
| 21 |
+
"tags": ["beach", "island", "surf"]
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"name": "Dubai",
|
| 25 |
+
"summary": "Modern city famous for luxury shopping, theme parks, and desert adventures.",
|
| 26 |
+
"top_attractions": ["Burj Khalifa", "Dubai Mall", "Desert Safari"],
|
| 27 |
+
"best_months": "November to March",
|
| 28 |
+
"tags": ["luxury", "shopping", "adventure"]
|
| 29 |
+
}
|
| 30 |
+
]
|