From e5da7c39b74a615a09a77ca1dc5d132f107282b0 Mon Sep 17 00:00:00 2001 From: niu tech Date: Tue, 24 Aug 2021 13:34:07 +0200 Subject: Add Google News recipe (#613) --- recipes/googlenews/README.md | 8 ++++++++ recipes/googlenews/icon.svg | 1 + recipes/googlenews/index.js | 1 + recipes/googlenews/package.json | 9 +++++++++ recipes/googlenews/webview.js | 0 5 files changed, 19 insertions(+) create mode 100644 recipes/googlenews/README.md create mode 100644 recipes/googlenews/icon.svg create mode 100644 recipes/googlenews/index.js create mode 100644 recipes/googlenews/package.json create mode 100644 recipes/googlenews/webview.js diff --git a/recipes/googlenews/README.md b/recipes/googlenews/README.md new file mode 100644 index 0000000..5f4a152 --- /dev/null +++ b/recipes/googlenews/README.md @@ -0,0 +1,8 @@ +# Google News +A Ferdi recipe for Google News + +### Release notes +1.0.0: Initial release + +### How to create your own Ferdi recipes: +* [Read the documentation](https://github.com/getferdi/recipes/blob/master/docs/integration.md) diff --git a/recipes/googlenews/icon.svg b/recipes/googlenews/icon.svg new file mode 100644 index 0000000..eab3bdc --- /dev/null +++ b/recipes/googlenews/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/recipes/googlenews/index.js b/recipes/googlenews/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/recipes/googlenews/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/recipes/googlenews/package.json b/recipes/googlenews/package.json new file mode 100644 index 0000000..c0d02ab --- /dev/null +++ b/recipes/googlenews/package.json @@ -0,0 +1,9 @@ +{ + "id": "google-news", + "name": "Google News", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://news.google.com/" + } +} diff --git a/recipes/googlenews/webview.js b/recipes/googlenews/webview.js new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2