From bd38dd11b6d2ccd3ca1f1df18c9b60cdd0490c55 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 25 Jan 2020 12:53:15 +0100 Subject: #30 Add AirTable --- airtable.tar.gz | Bin 0 -> 25760 bytes all.json | 11 +++++++++++ uncompressed/airtable/LICENSE | 21 +++++++++++++++++++++ uncompressed/airtable/README.md | 15 +++++++++++++++ uncompressed/airtable/icon.png | Bin 0 -> 25362 bytes uncompressed/airtable/icon.svg | 1 + uncompressed/airtable/index.js | 3 +++ uncompressed/airtable/package.json | 17 +++++++++++++++++ uncompressed/airtable/webview.js | 17 +++++++++++++++++ 9 files changed, 85 insertions(+) create mode 100644 airtable.tar.gz create mode 100644 uncompressed/airtable/LICENSE create mode 100644 uncompressed/airtable/README.md create mode 100644 uncompressed/airtable/icon.png create mode 100644 uncompressed/airtable/icon.svg create mode 100644 uncompressed/airtable/index.js create mode 100644 uncompressed/airtable/package.json create mode 100644 uncompressed/airtable/webview.js diff --git a/airtable.tar.gz b/airtable.tar.gz new file mode 100644 index 0000000..0867841 Binary files /dev/null and b/airtable.tar.gz differ diff --git a/all.json b/all.json index 3ed6ab4..bce2b07 100644 --- a/all.json +++ b/all.json @@ -911,5 +911,16 @@ "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/zeplin/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/zeplin/icon.svg" } + }, + { + "author": "Casey Sparks ", + "featured": false, + "id": "airtable", + "name": "Airtable", + "version": "1.0.1", + "icons": { + "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/airtable/icon.png", + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/airtable/icon.svg" + } } ] diff --git a/uncompressed/airtable/LICENSE b/uncompressed/airtable/LICENSE new file mode 100644 index 0000000..f106e38 --- /dev/null +++ b/uncompressed/airtable/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Casey Sparks + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/airtable/README.md b/uncompressed/airtable/README.md new file mode 100644 index 0000000..94a3061 --- /dev/null +++ b/uncompressed/airtable/README.md @@ -0,0 +1,15 @@ +# recipe-franz-airtable +This is a recipe that adds Airtable to Franz 5.0. The recipe is not yet an implemented service of Franz. + +## How to install +You can install it manually by following the instructions below. + +1. Download this recipe: https://github.com/transnat/recipe-airtable/archive/master.zip +2. Open the Franz Plugins folder on your machine: + * Mac: `~/Library/Application Support/Franz/recipes/dev/` + * Windows: `%appdata%/Franz/recipes/dev/` +3. Create the `dev` folder if you don't yet have it. +4. Unzip the file you have just downloaded. +5. Copy the `recipe-airtable-master` folder into the plugins dev directory +6. Reload Franz +7. Open Franz settings. Under 'Add New Services' you will find a 'Custom Services' section, click on 'Airtable' and log in. diff --git a/uncompressed/airtable/icon.png b/uncompressed/airtable/icon.png new file mode 100644 index 0000000..264d72b Binary files /dev/null and b/uncompressed/airtable/icon.png differ diff --git a/uncompressed/airtable/icon.svg b/uncompressed/airtable/icon.svg new file mode 100644 index 0000000..db1e8d5 --- /dev/null +++ b/uncompressed/airtable/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/uncompressed/airtable/index.js b/uncompressed/airtable/index.js new file mode 100644 index 0000000..8a99610 --- /dev/null +++ b/uncompressed/airtable/index.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = Franz => Franz; diff --git a/uncompressed/airtable/package.json b/uncompressed/airtable/package.json new file mode 100644 index 0000000..ca8c83b --- /dev/null +++ b/uncompressed/airtable/package.json @@ -0,0 +1,17 @@ +{ + "id": "airtable", + "name": "Airtable", + "version": "1.0.1", + "description": "Airtable", + "main": "index.js", + "author": "Casey Sparks ", + "license": "MIT", + "repository": "https://github.com/transnat/recipe-airtable", + "config": { + "serviceURL": "https://airtable.com", + "hasTeamId": false, + "hasCustomUrl": false, + "hasNotificationSound": false, + "hasIndirectMessages": false + } +} diff --git a/uncompressed/airtable/webview.js b/uncompressed/airtable/webview.js new file mode 100644 index 0000000..ca8c83b --- /dev/null +++ b/uncompressed/airtable/webview.js @@ -0,0 +1,17 @@ +{ + "id": "airtable", + "name": "Airtable", + "version": "1.0.1", + "description": "Airtable", + "main": "index.js", + "author": "Casey Sparks ", + "license": "MIT", + "repository": "https://github.com/transnat/recipe-airtable", + "config": { + "serviceURL": "https://airtable.com", + "hasTeamId": false, + "hasCustomUrl": false, + "hasNotificationSound": false, + "hasIndirectMessages": false + } +} -- cgit v1.2.3-54-g00ecf