{"id":21459871,"url":"https://github.com/hunam6/lyrics-deno","last_synced_at":"2026-03-10T13:01:56.818Z","repository":{"id":54152242,"uuid":"342677033","full_name":"Hunam6/lyrics-deno","owner":"Hunam6","description":"A lyrics finder/scraper for Deno","archived":false,"fork":false,"pushed_at":"2021-03-11T23:20:36.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-17T16:38:09.953Z","etag":null,"topics":["genius","google","lyricfind","lyrics","musixmatch","scraper"],"latest_commit_sha":null,"homepage":"https://deno.land/x/lyrics","language":"TypeScript","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/Hunam6.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":"2021-02-26T19:17:02.000Z","updated_at":"2022-06-15T17:49:14.000Z","dependencies_parsed_at":"2022-08-13T07:40:51.583Z","dependency_job_id":null,"html_url":"https://github.com/Hunam6/lyrics-deno","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunam6%2Flyrics-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunam6%2Flyrics-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunam6%2Flyrics-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hunam6%2Flyrics-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hunam6","download_url":"https://codeload.github.com/Hunam6/lyrics-deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226012173,"owners_count":17559630,"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":["genius","google","lyricfind","lyrics","musixmatch","scraper"],"created_at":"2024-11-23T06:36:51.309Z","updated_at":"2025-12-05T13:02:14.507Z","avatar_url":"https://github.com/Hunam6.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e\u003cins\u003elyrics-deno\u003c/ins\u003e\u003c/h1\u003e\n\u003cp align='center'\u003e\u003cstrong\u003eA lyrics finder/scraper for Deno\u003c/strong\u003e\u003c/p\u003e\n\n---\n\n#### Example\n\n```typescript\nimport {lyrics} from 'https://deno.land/x/lyrics/mod.ts'\nlyrics('radioactive imagine dragons').then((res) =\u003e console.log(res))\n```\n\n\u003cdetails\u003e\u003csummary\u003eOutput\u003c/summary\u003e\n\n  ```text\nWhoa, oh, oh\nWhoa, oh, oh\nWhoa, oh, oh\nWhoa\n\nI'm waking up to ash and dust\nI wipe my brow and I sweat my rust\nI'm breathing in the chemicals\n\nI'm breaking in, shaping up, then checking out on the prison bus\nThis is it, the apocalypse\nWhoa\n\nI'm waking up, I feel it in my bones\nEnough to make my systems blow\nWelcome to the new age, to the new age\nWelcome to the new age, to the new age\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\n\nI raise my flags, don my clothes\nIt's a revolution, I suppose\nWe'll paint it red to fit right in\nWhoa\n\nI'm breaking in, shaping up, then checking out on the prison bus\nThis is it, the apocalypse\nWhoa\n\nI'm waking up, I feel it in my bones\nEnough to make my systems blow\nWelcome to the new age, to the new age\nWelcome to the new age, to the new age\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\n\nAll systems go, the sun hasn't died\nDeep in my bones, straight from inside\n\nI'm waking up, I feel it in my bones\nEnough to make my systems blow\nWelcome to the new age, to the new age\nWelcome to the new age, to the new age\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\nWhoa, oh, oh, oh, oh, whoa, oh, oh, oh, I'm radioactive, radioactive\n  ```\n\n\u003c/details\u003e\n\n#### Doc\n\n```typescript\nlyrics(song: string, string: boolean)\n```\n\n**|** `song` is the song name, with the artist name or not\n\n**|** `string`*(optional, default = `true`)* `true` for a string output and `false` for an array output\n\n**↳** return the lyrics of the song\n\n### Credits\n\nThanks [@b-fuze](https://github.com/b-fuze) for it's [Deno DOM](https://github.com/b-fuze/deno-dom).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunam6%2Flyrics-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunam6%2Flyrics-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunam6%2Flyrics-deno/lists"}