From 1c3e7e904e3906eba9f119f9c3eebe5928d9e4db Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 12 Jul 2016 11:26:10 +1200 Subject: [PATCH] Add Traccar Client and Manager apps (#358) --- contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contents.json b/contents.json index 88cdbfe2..79b57f95 100644 --- a/contents.json +++ b/contents.json @@ -5019,6 +5019,24 @@ "license": "other", "tags": ["swift"], "source": "https://github.com/jc4p/abby-healthkit" + }, + { + "title": "Traccar Client", + "category": "location", + "description": "Report device location to the server", + "license": "apache-2.0", + "source": "https://github.com/tananaev/traccar-client-ios", + "itunes": "https://itunes.apple.com/us/app/traccar-client/id843156974", + "stars": 47 + }, + { + "title": "Traccar Manager", + "category": "location", + "description": "Track GPS devices on map", + "license": "apache-2.0", + "source": "https://github.com/tananaev/traccar-manager-ios", + "itunes": "https://itunes.apple.com/us/app/traccar-manager/id1113966562", + "stars": 0 } ] }