From 37a78e3c82ea8bdec0d686fddc9b514e7f0578b7 Mon Sep 17 00:00:00 2001 From: YuShifan <894402575bt@gmail.com> Date: Sat, 15 Feb 2020 08:27:12 +0800 Subject: [PATCH] Add MQTTX (#518) * Add MQTTX * Modify the link address of the pictures --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index cc21fd2..a37b57c 100644 --- a/applications.json +++ b/applications.json @@ -7654,6 +7654,25 @@ "languages": [ "c" ] + }, + { + "short_description": "An elegant Cross-platform MQTT 5.0 desktop client.", + "categories": [ + "other-development", + "utilities" + ], + "repo_url": "https://github.com/emqx/MQTTX", + "title": "MQTTX", + "icon_url": "https://user-images.githubusercontent.com/21299158/74506578-f83f1980-4f34-11ea-834a-694aff07c9d1.png", + "screenshots": [ + "https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-gif.gif", + "https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-preview.png" + ], + "official_site": "https://mqttx.app", + "languages": [ + "javascript", + "type_script" + ] } ] }