{"id":15859244,"url":"https://github.com/prajjwaldatir/lyrics-monarch-api","last_synced_at":"2026-07-13T23:32:42.934Z","repository":{"id":115132782,"uuid":"381047524","full_name":"PrajjwalDatir/lyrics-monarch-api","owner":"PrajjwalDatir","description":"fetches lyrics of a song using get parameters","archived":false,"fork":false,"pushed_at":"2021-06-29T09:39:36.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-28T19:14:44.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrajjwalDatir.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-06-28T13:48:16.000Z","updated_at":"2021-06-30T04:48:52.000Z","dependencies_parsed_at":"2023-07-18T02:19:20.102Z","dependency_job_id":null,"html_url":"https://github.com/PrajjwalDatir/lyrics-monarch-api","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"76b39bb03311299b1deb17ddc937a970fed38387"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PrajjwalDatir/lyrics-monarch-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrajjwalDatir%2Flyrics-monarch-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrajjwalDatir%2Flyrics-monarch-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrajjwalDatir%2Flyrics-monarch-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrajjwalDatir%2Flyrics-monarch-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrajjwalDatir","download_url":"https://codeload.github.com/PrajjwalDatir/lyrics-monarch-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrajjwalDatir%2Flyrics-monarch-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265837614,"owners_count":23836558,"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-05T21:05:04.363Z","updated_at":"2025-10-16T13:38:31.967Z","avatar_url":"https://github.com/PrajjwalDatir.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lyrics-monarch-api\nFetches lyrics of a song using matching terms.\n\n## Methods\n```javascript\ngetLyrics(term)\n```\n## For Javascript:\n```Javascript\nconst Lyrics = require('lyrics-monarch-api');\nconst lyrics = new Lyrics();\n/**\n * Example of the method getLyrics\n */\nlyrics.getLyrics('Snap back to reality')\n    .then((response) =\u003e {\n        return console.log(response);\n    })\n    .catch((error) =\u003e {\n        return console.log(error);\n    })\n```\n\n## For Typescript\n```Typescript\n// @ts-ignore\nimport Lyrics from 'lyrics-monarch-api';\nconst lyrics = new Lyrics();\n/**\n * Example of the method getLyrics\n */\nlyrics.getLyrics('Snap back to reality')\n    .then((response) =\u003e {\n        return console.log(response);\n    })\n    .catch((error) =\u003e {\n        return console.log(error);\n    })\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajjwaldatir%2Flyrics-monarch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprajjwaldatir%2Flyrics-monarch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajjwaldatir%2Flyrics-monarch-api/lists"}