{"id":16557005,"url":"https://github.com/yimura/node-tunein-api","last_synced_at":"2025-03-04T23:24:38.158Z","repository":{"id":119796665,"uuid":"348271527","full_name":"Yimura/node-tunein-api","owner":"Yimura","description":"This a very small Unofficial TuneIn API wrapper, it aims at providing bare minimum data and includes fetching the HTTP stream URL.","archived":false,"fork":false,"pushed_at":"2021-09-29T09:13:20.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T02:12:53.136Z","etag":null,"topics":["api","tunein","wrapper"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/node-tunein-api","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/Yimura.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-16T08:38:31.000Z","updated_at":"2021-09-29T12:04:49.000Z","dependencies_parsed_at":"2023-05-22T23:45:42.317Z","dependency_job_id":null,"html_url":"https://github.com/Yimura/node-tunein-api","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"cd2ef881670a16b91bc24ab3c5f0dc2b9a4e7358"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2Fnode-tunein-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2Fnode-tunein-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2Fnode-tunein-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2Fnode-tunein-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yimura","download_url":"https://codeload.github.com/Yimura/node-tunein-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241936724,"owners_count":20045109,"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":["api","tunein","wrapper"],"created_at":"2024-10-11T20:06:17.556Z","updated_at":"2025-03-04T23:24:38.113Z","avatar_url":"https://github.com/Yimura.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TuneIn API (WIP)\n\nThis a very small **Unofficial** TuneIn API wrapper, it aims at providing bare minimum data and includes fetching the HTTP stream URL.\n\n## How To Use\n\n### CommonJS\n```js\nconst TuneIn = new (require('node-tunein-api'))();\n\nconst results = await TuneIn.search('QMusic');\n\n// assuming the first result is the radio station of which we want to fetch the stream URL\nconst streamUrl = await results.stations[0].getRadioURL();\n\nconsole.log(streamUrl);\n// https://icecast-qmusicnl-cdp.triple-it.nl/Qmusic_nl_live_96.mp3\n```\n\n## Object Structures\n\n```js\nSearchResults {\n    stations: [\n        Station {\n            radioUrl: null,\n            id: 's2398',\n            image: 'https://cdn-radiotime-logos.tunein.com/s2398q.png',\n            title: 'QMusic Belgium',\n            url: 'http://tun.in/sejIK'\n        }\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Fnode-tunein-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyimura%2Fnode-tunein-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Fnode-tunein-api/lists"}