{"id":21201666,"url":"https://github.com/oleander/tinysong-rb","last_synced_at":"2025-03-14T22:25:59.617Z","repository":{"id":62559084,"uuid":"9599098","full_name":"oleander/tinysong-rb","owner":"oleander","description":"Unofficial ruby library for tinysong.com","archived":false,"fork":false,"pushed_at":"2013-04-22T13:14:40.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T15:50:12.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/oleander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-22T13:05:33.000Z","updated_at":"2013-12-16T03:10:18.000Z","dependencies_parsed_at":"2022-11-03T11:15:47.998Z","dependency_job_id":null,"html_url":"https://github.com/oleander/tinysong-rb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Ftinysong-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Ftinysong-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Ftinysong-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Ftinysong-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/tinysong-rb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654400,"owners_count":20325893,"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-11-20T20:10:24.311Z","updated_at":"2025-03-14T22:25:59.596Z","avatar_url":"https://github.com/oleander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinysong\n\nScrapes tinysong.com, which means that there aren't any request limitations.\n\n## Installation\n\n    $ [sudo] gem install tinysong\n\n## Usage\n\n``` ruby\nsongs = Tinysong::Search.all(\"smoke on the water deep purple\")\nsongs.each do |song|\n  song.artist # =\u003e \"Deep Purple\"\n  song.title  # =\u003e \"Smoke on the Water\"\n  song.href   # =\u003e \"http://tinysong.com/RjVu\"\n  song.id     # =\u003e 33682674\nend\n```\n\n``` ruby\nsong = Tinysong::Search.find(\"smoke on the water deep purple\")\n```\n\n**Note:** `Tinysong::Search` does N + 1 requests, so if you only need one result use `Tinysong::Search.find`.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Ftinysong-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Ftinysong-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Ftinysong-rb/lists"}