{"id":20156506,"url":"https://github.com/soneji/spotify-vibe-check","last_synced_at":"2025-04-09T22:24:33.186Z","repository":{"id":40394494,"uuid":"265615768","full_name":"Soneji/spotify-vibe-check","owner":"Soneji","description":"Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)","archived":false,"fork":false,"pushed_at":"2022-12-07T18:20:50.000Z","size":1701,"stargazers_count":26,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T00:23:05.818Z","etag":null,"topics":["ai","artificial-intelligence","hacktoberfest","javascript","machine-learning","machinelearning","nodejs","npm","playlist","playlist-parser","spotify","spotify-api","spotify-dev","spotify-web-api","vibe","vibes","webapp","website","yarn"],"latest_commit_sha":null,"homepage":"https://spotify.soneji.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soneji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-20T15:57:55.000Z","updated_at":"2025-02-05T03:08:51.000Z","dependencies_parsed_at":"2023-01-24T20:15:26.946Z","dependency_job_id":null,"html_url":"https://github.com/Soneji/spotify-vibe-check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fspotify-vibe-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fspotify-vibe-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fspotify-vibe-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fspotify-vibe-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soneji","download_url":"https://codeload.github.com/Soneji/spotify-vibe-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248121158,"owners_count":21051088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","artificial-intelligence","hacktoberfest","javascript","machine-learning","machinelearning","nodejs","npm","playlist","playlist-parser","spotify","spotify-api","spotify-dev","spotify-web-api","vibe","vibes","webapp","website","yarn"],"created_at":"2024-11-13T23:39:00.841Z","updated_at":"2025-04-09T22:24:33.156Z","avatar_url":"https://github.com/Soneji.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spotify-vibe-check\n\n\u003cimg src=\"https://repository-images.githubusercontent.com/265615768/d8cf0600-ba69-11ea-9d02-44082bab200c\"\u003e\n\n## This is a cheeky app to vibe check your spotify playlists!\n\n### Check it out at [spotify.soneji.xyz](https://spotify.soneji.xyz)\n\n![](assets/screenshot.png)\n\n## Setup\n\n### Step 1\n\n```sh\ngit clone https://github.com/Soneji/spotify-vibe-check.git\n\ncd spotify-vibe check\n\nnpm install\n```\n\n### Step 2\n\n - Goto https://developer.spotify.com/dashboard/ and click `CREATE AN APP`\n ![](assets/create.png)\n\n - Fill in details:\n  \u003cbr\u003e\u003cimg src=\"assets/details.png\" width=300px\u003e\n\n - Choose `NON COMMERCIAL`\n\n - Accept Terms of Service\n\n - Click `Edit Settings` in the top right\n ![](assets/secret.png)\n \u003cimg src=\"assets/callback.png\" width=300px\u003e\n\n - Under `Redirect URIs` add `http://localhost:8888/callback` or replace `localhost` with any server hostname you plan to host this app. \n\n - Click `Show Client Secret` in the top Left\n ![](assets/secret.png)\n\n - Copy `Client ID` and `Client Secret` to `template.env`\n - Add a `redirect_uri` if running on a server\n - Rename `template.env` to `.env`\n\n### Step 3\nRun:\n```sh\nnpm run test\n```\nto setup a local test server at http://localhost:8888/ \n\n### (Optional) Step 4\n\nThis step is about running the software on a server with pm2 as a node process manager. \n\nYou will need to instlal pm2 to get this script to work. pm2 can be installed using:\n```sh\nsudo npm install pm2@latest -g\n```\n\n\u003c!-- Ensure your Redirect URIs are correct for your server's hostname in the [Spotify Dashboard](https://developer.spotify.com/dashboard/) and you update this block of code in `app.js`\n\n```js\n// change the if statement to your server's hostname and your redirect url you've set in spotify developer settings\nif (os.hostname() == 'soneji.xyz'){\n  var redirect_uri = 'https://spotify-vibe-check.soneji.xyz/callback'\n} else {\n  var redirect_uri = 'http://localhost:8888/callback'; // Your redirect uri\n}\n``` --\u003e\n\nRun\n```sh\nnpm run dist\n```\nwhich will set the app to run with pm2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoneji%2Fspotify-vibe-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoneji%2Fspotify-vibe-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoneji%2Fspotify-vibe-check/lists"}