aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlenews/package.json
diff options
context:
space:
mode:
authorLibravatar niu tech <jerzyglowacki@gmail.com>2021-08-24 13:34:07 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-24 17:04:07 +0530
commite5da7c39b74a615a09a77ca1dc5d132f107282b0 (patch)
tree3b9c4fdc5790f81ed9da3917f1eaff49f2517cb6 /recipes/googlenews/package.json
parentfix: Fixes stack trace captured in https://github.com/getferdi/ferdi/issues/1... (diff)
downloadferdium-recipes-e5da7c39b74a615a09a77ca1dc5d132f107282b0.tar.gz
ferdium-recipes-e5da7c39b74a615a09a77ca1dc5d132f107282b0.tar.zst
ferdium-recipes-e5da7c39b74a615a09a77ca1dc5d132f107282b0.zip
Add Google News recipe (#613)
Diffstat (limited to 'recipes/googlenews/package.json')
-rw-r--r--recipes/googlenews/package.json9
1 files changed, 9 insertions, 0 deletions
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 @@
1{
2 "id": "google-news",
3 "name": "Google News",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://news.google.com/"
8 }
9}