{"id":15691496,"url":"https://github.com/deiga/spotilist","last_synced_at":"2025-05-07T23:48:55.413Z","repository":{"id":41901261,"uuid":"5338279","full_name":"deiga/Spotilist","owner":"deiga","description":"Web service to take Spotify URI's and display the palylists contents or the song, etc.","archived":false,"fork":false,"pushed_at":"2025-04-14T19:43:59.000Z","size":1286,"stargazers_count":1,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:37:15.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://spotilist.herokuapp.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deiga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-08-08T07:07:21.000Z","updated_at":"2022-10-26T13:03:47.000Z","dependencies_parsed_at":"2024-08-06T09:01:22.778Z","dependency_job_id":"20db6a3d-0651-41ba-9e22-0084bdbcb508","html_url":"https://github.com/deiga/Spotilist","commit_stats":{"total_commits":153,"total_committers":6,"mean_commits":25.5,"dds":0.5294117647058824,"last_synced_commit":"2236fa2ca5a4289af56c5d838d54c93ef3646765"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FSpotilist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FSpotilist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FSpotilist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FSpotilist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deiga","download_url":"https://codeload.github.com/deiga/Spotilist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973625,"owners_count":21834105,"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":[],"created_at":"2024-10-03T18:21:56.157Z","updated_at":"2025-05-07T23:48:55.390Z","avatar_url":"https://github.com/deiga.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spotilist \u003csub\u003e\u003csup\u003e(0.5.5)\u003c/sup\u003e\u003c/sub\u003e\n=========\n[![Code Climate](https://codeclimate.com/github/deiga/Spotilist.png)](https://codeclimate.com/github/deiga/Spotilist)\n\nWeb application to display Spotify contents based on URI's.\n\nIt uses [Hallon](https://github.com/Burgestrand/Hallon), [libspotify](http://developer.spotify.com/en/libspotify/overview/) (through Hallon)\nand [Sinatra](http://www.sinatrarb.com/)\n\nIt allows you to browse objects pointed to by Spotify URIs. All pages have a \"Go to\" box that allows you to paste in a Spotify URI to\nview details about it.\n\n## How to get it running\nYou’ll need your Spotify Premium Account credentials and a [Spotify Application Key](https://developer.spotify.com/technologies/libspotify/keys/).\nNow, put all your credentials in your environment variables:\n\n    export SPOTIFY_USRNM='your_username'\n    export SPOTIFY_PWD='your_password'\n\nYour application key needs special consideration, since it may contain special characters. It needs to\nbe encoded into base64 before putting it in the environment variable. Luckily, there is a ruby script\nin `bin/serialize_appkey.rb` that will do this for you.\n\n    export SPOTIFY_APPKEY=\"$(ruby bin/serialize_appkey.rb /path/to/appkey.rb)\"\n\nAfter this, you’ll want to download the dependencies:\n\n- Ruby 1.9.2+\n- [Bundler](http://gembundler.com/)\n\nFinally, install all gems required for your platform by using bundler.\n\n    bundle install\n\nNow, you should have all dependencies.\n\n## Running it locally\n\n    bundle exec rackup\n\nDone. Open it in your browser on `http://localhost:9292`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiga%2Fspotilist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeiga%2Fspotilist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiga%2Fspotilist/lists"}