From 7d40c2561a59b551f9060372114cb9bbd699a5fe Mon Sep 17 00:00:00 2001 From: ViseLuca Date: Wed, 5 Jun 2024 09:34:54 +0200 Subject: [PATCH] feat: added hk --- awesome/digital-nomads/data/hong_kong.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 awesome/digital-nomads/data/hong_kong.json diff --git a/awesome/digital-nomads/data/hong_kong.json b/awesome/digital-nomads/data/hong_kong.json new file mode 100644 index 0000000..caab6ce --- /dev/null +++ b/awesome/digital-nomads/data/hong_kong.json @@ -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/" + ] +}