{"id":42051532,"url":"https://github.com/makandz/myspotify","last_synced_at":"2026-02-05T06:00:25.956Z","repository":{"id":35857285,"uuid":"134350250","full_name":"makandz/MySpotify","owner":"makandz","description":"A website to view your Spotify stats.","archived":false,"fork":false,"pushed_at":"2025-10-03T23:30:02.000Z","size":1386,"stargazers_count":45,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-03T23:30:25.549Z","etag":null,"topics":["expressjs","nextjs","reactjs","spotify","spotify-web-api"],"latest_commit_sha":null,"homepage":"https://mySpotify.pw","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makandz.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-05-22T02:35:42.000Z","updated_at":"2025-10-03T20:26:12.000Z","dependencies_parsed_at":"2024-01-22T20:15:10.861Z","dependency_job_id":"1dbe6f37-8775-4a1c-9018-7f8e3c7d8a7e","html_url":"https://github.com/makandz/MySpotify","commit_stats":null,"previous_names":["mastacoder/myspotify"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/makandz/MySpotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makandz%2FMySpotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makandz%2FMySpotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makandz%2FMySpotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makandz%2FMySpotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makandz","download_url":"https://codeload.github.com/makandz/MySpotify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makandz%2FMySpotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["expressjs","nextjs","reactjs","spotify","spotify-web-api"],"created_at":"2026-01-26T07:00:21.590Z","updated_at":"2026-02-05T06:00:25.932Z","avatar_url":"https://github.com/makandz.png","language":"JavaScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# NewTunes (formerly MySpotify)\n\nDiscover your top tracks, artists, and recent listens from Spotify. Filter by last month, six months, or all time and share your profile with friends. No server-side storage - your access token stays in a cookie on your device.\n\n## Quick Start\n\n1. Prerequisites\n\n- Node.js 22+ and npm\n- A Spotify Developer application (https://developer.spotify.com/dashboard)\n\n2. Configure your Spotify app\n\n- In your Spotify app settings, add a redirect URI for development: `http://localhost:3000/auth`\n- Scopes required: `user-top-read user-read-recently-played`\n\n3. Environment variables\n\nCreate a `.env.local` in the project root:\n\n```bash\n# Spotify app credentials\nNEXT_PUBLIC_CLIENT_ID=your_spotify_client_id\nCLIENT_SECRET=your_spotify_client_secret\n\n# Where Spotify should send users after auth (must match your app settings)\n# For local dev you can omit this — the app defaults to window.origin + /auth\nNEXT_PUBLIC_REDIRECT_URL=http://localhost:3000/auth\n```\n\nNotes:\n\n- `NEXT_PUBLIC_CLIENT_ID` and `NEXT_PUBLIC_REDIRECT_URL` are used by the client during the implicit grant redirect.\n- `CLIENT_SECRET` is only needed when constructing the SDK server-side; no refresh tokens are stored.\n\n4. Install and run\n\n```bash\nnpm install\nnpm run dev\n# Visit http://localhost:3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakandz%2Fmyspotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakandz%2Fmyspotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakandz%2Fmyspotify/lists"}