{"id":13911268,"url":"https://github.com/ZTF666/GetMeTheLyrics","last_synced_at":"2025-07-18T11:30:40.965Z","repository":{"id":38268143,"uuid":"270615160","full_name":"ZTF666/GetMeTheLyrics","owner":"ZTF666","description":"Is a webapp that consumes the api provided by Lyrics.ovh to fetch and display the lyrics of a given song . This was made using NuxtJs , Axios and Vuetify.","archived":false,"fork":false,"pushed_at":"2024-04-11T18:42:09.000Z","size":5399,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-12T00:03:53.046Z","etag":null,"topics":["analytics","api","apicall","axios","firebase","firestore","javascript","lyrics","nuxtjs","vuejs","vuetify","vuetifyjs"],"latest_commit_sha":null,"homepage":"https://getmethelyrics.web.app","language":"Vue","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/ZTF666.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":"2020-06-08T09:52:56.000Z","updated_at":"2024-06-14T07:39:01.004Z","dependencies_parsed_at":"2023-02-15T07:31:13.316Z","dependency_job_id":"7d214f91-e9ba-445a-a1a7-69a7701df0c5","html_url":"https://github.com/ZTF666/GetMeTheLyrics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZTF666/GetMeTheLyrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZTF666%2FGetMeTheLyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZTF666%2FGetMeTheLyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZTF666%2FGetMeTheLyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZTF666%2FGetMeTheLyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZTF666","download_url":"https://codeload.github.com/ZTF666/GetMeTheLyrics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZTF666%2FGetMeTheLyrics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265750885,"owners_count":23822679,"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":["analytics","api","apicall","axios","firebase","firestore","javascript","lyrics","nuxtjs","vuejs","vuetify","vuetifyjs"],"created_at":"2024-08-07T00:02:04.360Z","updated_at":"2025-07-18T11:30:40.609Z","avatar_url":"https://github.com/ZTF666.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# GMTL | Get Me The Lyrics\n\nIs a webapp that consumes the api provided by [Lyrics.ovh](https://lyricsovh.docs.apiary.io) to fetch and display the lyrics of a given song .\nThis was made using :\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fseeklogo.com%2Fimages%2FV%2Fvuetify-logo-3BCF73C928-seeklogo.com.png\u0026f=1\u0026nofb=1\"  width='60' height='60'\u003e\n\u003cimg src=\"https://www.vectorlogo.zone/logos/nuxtjs/nuxtjs-icon.svg\"  width='60' height='60'\u003e\n\u003cimg src=\"https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fvuejs.org%2Fimages%2Flogo.png\u0026f=1\u0026nofb=1\"  width='60' height='60'\u003e\n\u003ch6\u003e\u003cstrong\u003eA\u003c/strong\u003exios\u003c/h6\u003e\n\u003c/div\u003e\n\n## How does it work :\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"/assets/Lyrics.gif\" \u003e\n\u003c/div\u003e\n\n## Song not found :\n\n```\nIn case of a typo ,the message displayed is :\n```\n\n\u003cdiv align=\"center\"\u003e\n\u003cstrong\u003e\u003cp\u003eThe song / artist does not exist or there is a typo somewhere ! please check\u003c/p\u003e \u003c/strong\u003e\n\u003c/div\u003e\n\n## False positive :\n\n```\nI noticed that sometimes , the status of the request is 200 instead of 404  .\nBut the response.lyrics returned is empty !\n```\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"/assets/falsepositive.png\" \u003e\n\u003c/div\u003e\n\n```\nThe error is due to the song not being in the database (my educated guess).\nSo the message displayed would be :\n```\n\n\u003cdiv align=\"center\"\u003e\n\u003cstrong\u003e\u003cp\u003eSorry but these lyrics aren't yet added in the database\u003c/p\u003e \u003c/strong\u003e\n\u003c/div\u003e\n\n## Install\n\n```bash\n# install dependencies\n$ npm install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n$ npm run start\n\n# generate static project\n$ npm run generate\n```\n\n## Contact\n\n```\nyou can contact me at ZTF666@protonmail.ch or via my portfolio\n\n```\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://ztfportfolio.web.app/\" target='_blank'\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/32502988?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZTF666\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/div\u003e\n\n## License\n\n**💎GMTL | Get Me The Lyrics💎** released under the [MIT](LICENSE) License.\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cstrong\u003e\u003cp\u003eMade with 💘 by a 👨‍💻 on a 💻 | 2020 | ZTF666 - N.EA\u003c/p\u003e \u003c/strong\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZTF666%2FGetMeTheLyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZTF666%2FGetMeTheLyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZTF666%2FGetMeTheLyrics/lists"}