mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
36b4cc5baa
* 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
43 lines
1.0 KiB
JSON
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
|
|
}
|
|
}
|
|
}
|