-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ViseLuca
committed
Jun 5, 2024
1 parent
0462c40
commit 7d40c25
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Hong Kong", | ||
"state_name": "Hong Kong", | ||
"required_documents": [ | ||
"Passport", "Visa" | ||
], | ||
"internet_roaming": "Local SIM required", | ||
"daily_average_cost": 70, | ||
"description": "Very crowded place in the south of China, beautiful skyline and amazing food are the heart of the city.", | ||
"tags": [ | ||
"nature", "temples", "mountain", "visit", "dancing", "surfing", "trekking" | ||
], | ||
"how_to_arrive": [ | ||
"Airplane", "Bus", "Car", "Train" | ||
], | ||
"how_to_move": [ | ||
"Walk", "Taxi", "Other" | ||
], | ||
"resources": [ | ||
"https://www.travel365.it/hongkong-cosa-vedere.htm" | ||
], | ||
"coworking": [ | ||
"https://www.starbucks.com.hk/" | ||
] | ||
} |