From 7fe2a15787de34da2950ed3629e560ab0d5a9e64 Mon Sep 17 00:00:00 2001 From: Sagir Mo <78988840+Sagir-mo@users.noreply.github.com> Date: Sun, 21 Feb 2021 05:22:56 -0500 Subject: Add recipe for Canvas (#437) Add recipe for Canvas --- recipes/canvas/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/canvas/package.json (limited to 'recipes/canvas/package.json') diff --git a/recipes/canvas/package.json b/recipes/canvas/package.json new file mode 100644 index 0000000..223a8df --- /dev/null +++ b/recipes/canvas/package.json @@ -0,0 +1,18 @@ +{ + "id": "canvas", + "name": "Canvas", + "version": "1.0.0", + "description": "Canvas", + "main": "index.js", + "author": "Sagir Mohammed ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamId}.instructure.com/", + "hasTeamId": true, + "urlInputSuffix": true, + "hasNotificationSound": false, + "hasIndirectMessages": false, + "hasCustomUrl": false, + "message": "Your canvas TeamID is your school's initials eg MIT, FIU, UCF etc." + } +} -- cgit v1.2.3-54-g00ecf