1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-03-09 08:07:50 +01:00

Travel category, close #368

This commit is contained in:
dkhamsing 2016-07-17 07:18:18 -07:00
parent e2f5112188
commit 3d3166ce05

View File

@ -105,6 +105,10 @@
"title": "Tasks", "title": "Tasks",
"id": "tasks" "id": "tasks"
}, },
{
"title": "Travel",
"id": "travel"
},
{ {
"title": "Weather", "title": "Weather",
"id": "weather" "id": "weather"
@ -1534,7 +1538,7 @@
}, },
{ {
"title": "Alarm", "title": "Alarm",
"category": "location", "category": ["location", "travel"],
"description": "Geolocation based alarm app for travelers", "description": "Geolocation based alarm app for travelers",
"license": "mit", "license": "mit",
"source": "https://github.com/ChrisChares/swift-alarm", "source": "https://github.com/ChrisChares/swift-alarm",
@ -1697,7 +1701,7 @@
}, },
{ {
"title": "Smart Traveller (UberGuide)", "title": "Smart Traveller (UberGuide)",
"category": "location", "category": "travel",
"description": "Simple and comfortable way to explore a city using Uber API", "description": "Simple and comfortable way to explore a city using Uber API",
"license": "mit", "license": "mit",
"source": "https://github.com/hACKbUSTER/UberGuide-iOS", "source": "https://github.com/hACKbUSTER/UberGuide-iOS",
@ -3891,7 +3895,7 @@
}, },
{ {
"title": "MetricTime", "title": "MetricTime",
"category": "timer", "category": "travel",
"description": "Displays 'Metric Time' for pranking friends on trips to countries that use the metric system", "description": "Displays 'Metric Time' for pranking friends on trips to countries that use the metric system",
"source": "https://github.com/DeveloperACE/MetricTime", "source": "https://github.com/DeveloperACE/MetricTime",
"tags": [ "tags": [
@ -5057,7 +5061,7 @@
}, },
{ {
"title": "Themoji", "title": "Themoji",
"category": "misc", "category": "travel",
"license": "other", "license": "other",
"description": "Use Emojis to communicate while traveling", "description": "Use Emojis to communicate while traveling",
"homepage": "https://themoji.me/", "homepage": "https://themoji.me/",