{"id":17801791,"url":"https://github.com/xissy/node-grooveshark-streaming","last_synced_at":"2025-03-17T11:30:51.579Z","repository":{"id":8467887,"uuid":"10066718","full_name":"xissy/node-grooveshark-streaming","owner":"xissy","description":"A node.js module for getting a music streaming url from Grooveshark without any API authentication.","archived":false,"fork":false,"pushed_at":"2014-04-09T23:49:21.000Z","size":221,"stargazers_count":23,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T23:10:02.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wanam/Adam-Kernel-GS4-LTE","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xissy.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}},"created_at":"2013-05-14T22:59:37.000Z","updated_at":"2020-03-30T18:44:23.000Z","dependencies_parsed_at":"2022-09-07T01:11:19.247Z","dependency_job_id":null,"html_url":"https://github.com/xissy/node-grooveshark-streaming","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/xissy%2Fnode-grooveshark-streaming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-grooveshark-streaming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-grooveshark-streaming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-grooveshark-streaming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xissy","download_url":"https://codeload.github.com/xissy/node-grooveshark-streaming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858573,"owners_count":20359375,"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-27T12:39:38.173Z","updated_at":"2025-03-17T11:30:50.984Z","avatar_url":"https://github.com/xissy.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-grooveshark-streaming\n\nA node.js module for getting a music streaming url from Grooveshark without any API authentication.\n\n[![Build Status](https://travis-ci.org/xissy/node-grooveshark-streaming.png?branch=master)](https://travis-ci.org/xissy/node-grooveshark-streaming)\n\n## Features\n\n- Searches grooveshark song info by a track title and an artist name.\n- Gets grooveshark streaming url by a song id from grooveshark song info.\n\n## Installation\n\nVia [npm](https://npmjs.org):\n\n```\n  $ npm install grooveshark-streaming\n```\n  \n\n## Quick Start\n\n### Load in the module\n\n```\n  var GS = require('grooveshark-streaming');\n```\n\n### Exported Objects\n\n- Tinysong\n- Grooveshark\n\n### Searching a grooveshark song info and getting its streaming url\n\n```javascript\n  GS.Tinysong.getSongInfo('Love of My Life', 'Queen', function(err, songInfo) {\n    ...\n    GS.Grooveshark.getStreamingUrl(songInfo.SongID, function(err, streamUrl) {\n      ...\n    });\n  });\n```\n\n## License\n\nReleased under the MIT License\n\nCopyright (c) 2013 Taeho Kim \u003cxissysnd@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fnode-grooveshark-streaming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxissy%2Fnode-grooveshark-streaming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fnode-grooveshark-streaming/lists"}