Initial commit: Spotify to Lidarr frontend with Docker and Unraid script

This commit is contained in:
J0Z1L 2026-02-27 23:07:13 +01:00
commit 87a680326e
12 changed files with 996 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "lidarr-spotify-frontend",
"version": "1.0.0",
"description": "Frontend/API bridge for Spotify albums to Lidarr",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}