{"id":18084513,"url":"https://github.com/endel/songsterr-api","last_synced_at":"2025-04-12T20:08:15.951Z","repository":{"id":1840443,"uuid":"2764908","full_name":"endel/songsterr-api","owner":"endel","description":"A Ruby wrapper for the Songsterr REST API","archived":false,"fork":false,"pushed_at":"2012-01-22T18:12:27.000Z","size":172,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T20:07:09.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/songsterr","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CocoaPods/Specs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endel.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":"2011-11-13T03:49:19.000Z","updated_at":"2015-05-14T18:10:14.000Z","dependencies_parsed_at":"2022-08-20T11:01:00.237Z","dependency_job_id":null,"html_url":"https://github.com/endel/songsterr-api","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/endel%2Fsongsterr-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fsongsterr-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fsongsterr-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fsongsterr-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endel","download_url":"https://codeload.github.com/endel/songsterr-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"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-31T15:07:03.142Z","updated_at":"2025-04-12T20:08:15.928Z","avatar_url":"https://github.com/endel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"songsterr-api\n===\nSimple [Songsterr API](http://www.songsterr.com/a/wa/api) Consumer written in Ruby.\n\nTested on Ruby 1.9.2\n\nInstallation\n---\n    gem install songsterr\n\nDocumentation\n----\n\nSee API documentation on [here](http://endel.github.com/songsterr-api)\n\nUsage sample\n---\n\nFinding songs.\n\n    # Each case above returns an Array of Song\n    Songsterr::Song.where(:pattern =\u003e \"Marley\")\n    Songsterr::Song.where(:artist =\u003e \"Black Sabbath\")\n    Songsterr::Song.where(:artists =\u003e [\"Black Sabbath\", \"Metallica\"])\n\nGetting song information:\n\n    # Get first Song from some artist\n    song = Songsterr::Song.where(:artist =\u003e \"Black Sabbath\").first\n    song.title\n    # =\u003e \"Iron Man\"\n    song.revision.tracks\n    # =\u003e [#\u003cSongsterr::Data::Track\u003e, #\u003cSongsterr::Data::Track\u003e, #\u003cSongsterr::Data::Track\u003e, ...]\n    song.revision.tracks.first.title\n    # =\u003e \"Geezer Butler\"\n\n\nLicense\n----\n\nThis library is distributed under the MIT license. Please see the [LICENSE](https://github.com/endel/songsterr-api/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fsongsterr-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendel%2Fsongsterr-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fsongsterr-api/lists"}