From d00608db5c3285202174099bb34ee5dca08b0642 Mon Sep 17 00:00:00 2001 From: Alex Vayda Date: Wed, 16 Feb 2022 12:42:53 +0100 Subject: Add Zoho Projects recipe (#830) --- recipes/zoho-projects/icon.svg | 222 +++++++++++++++++++++++++++++++++++++ recipes/zoho-projects/index.js | 1 + recipes/zoho-projects/package.json | 9 ++ recipes/zoho-projects/webview.js | 8 ++ 4 files changed, 240 insertions(+) create mode 100644 recipes/zoho-projects/icon.svg create mode 100644 recipes/zoho-projects/index.js create mode 100644 recipes/zoho-projects/package.json create mode 100644 recipes/zoho-projects/webview.js (limited to 'recipes/zoho-projects') diff --git a/recipes/zoho-projects/icon.svg b/recipes/zoho-projects/icon.svg new file mode 100644 index 0000000..9d7c3b3 --- /dev/null +++ b/recipes/zoho-projects/icon.svg @@ -0,0 +1,222 @@ + + + + diff --git a/recipes/zoho-projects/index.js b/recipes/zoho-projects/index.js new file mode 100644 index 0000000..9fa6dae --- /dev/null +++ b/recipes/zoho-projects/index.js @@ -0,0 +1 @@ +module.exports = Ferdi => class ZohoProjects extends Ferdi {}; diff --git a/recipes/zoho-projects/package.json b/recipes/zoho-projects/package.json new file mode 100644 index 0000000..0485f1a --- /dev/null +++ b/recipes/zoho-projects/package.json @@ -0,0 +1,9 @@ +{ + "id": "zoho-projects", + "name": "Zoho Projects", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://projects.zoho.eu/" + } +} diff --git a/recipes/zoho-projects/webview.js b/recipes/zoho-projects/webview.js new file mode 100644 index 0000000..7d42966 --- /dev/null +++ b/recipes/zoho-projects/webview.js @@ -0,0 +1,8 @@ +module.exports = () => { + // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = () => { + // // TODO: Insert your notification-finding code here + // Ferdi.setBadge(0, 0); + // }; + // Ferdi.loop(getMessages); +}; -- cgit v1.2.3-70-g09d2