Files
RSSHub/app.json
T
Outvi V 36b4cc5baa feat(route): add spotify (#8966)
* feat: /spotify/playlist/:id

* feat: /spotify/artist

* feat(spotify/artist): add to radar

* feat: /spotify/saved

* feat: /spotify/top/{tracks,artists}

* feat(spotify): add images for artist and playlist

* docs: /spotify/*

* docs/en: /spotify configurations

* chore(spotify): apiKey/Secret -> clientId/Secret

* fix(spotify/utils): genres can be empty
2022-02-04 18:46:53 +08:00

43 lines
1.0 KiB
JSON

{
"name": "RSSHub",
"description": "万物皆可 RSS",
"repository": "https://github.com/DIYgod/RSSHub",
"website": "https://docs.rsshub.app/",
"logo": "https://i.loli.net/2019/04/23/5cbeb7e41414c.png",
"keywords": ["RSS"],
"env": {
"NODE_MODULES_CACHE": {
"value": "false",
"required": true
},
"PORT": {
"value": "80",
"required": false
},
"PIXIV_REFRESHTOKEN": {
"required": false
},
"DISQUS_API_KEY": {
"required": false
},
"SPOTIFY_CLIENT_ID": {
"required": false
},
"SPOTIFY_CLIENT_SECRET": {
"required": false
},
"SPOTIFY_REFRESHTOKEN": {
"required": false
},
"TWITTER_CONSUMER_KEY": {
"required": false
},
"TWITTER_CONSUMER_SECRET": {
"required": false
},
"YOUTUBE_KEY": {
"required": false
}
}
}