{"id":17677823,"url":"https://github.com/rafaelwi/github-readme-lastfm-stats","last_synced_at":"2025-05-12T21:50:23.333Z","repository":{"id":132910490,"uuid":"364050172","full_name":"rafaelwi/github-readme-lastfm-stats","owner":"rafaelwi","description":"Dynamically generated Last.fm stats for your profile readme","archived":false,"fork":false,"pushed_at":"2021-05-06T05:22:03.000Z","size":231,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T03:51:21.596Z","etag":null,"topics":["dynamic","last-fm","lastfm","profile-readme","readme-generator","readme-profile","readme-stats","serverless"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rafaelwi.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-05-03T20:17:13.000Z","updated_at":"2025-03-19T21:55:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a84336fa-a2fb-4fb0-8eb4-8cbcab82346f","html_url":"https://github.com/rafaelwi/github-readme-lastfm-stats","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/rafaelwi%2Fgithub-readme-lastfm-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelwi%2Fgithub-readme-lastfm-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelwi%2Fgithub-readme-lastfm-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelwi%2Fgithub-readme-lastfm-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelwi","download_url":"https://codeload.github.com/rafaelwi/github-readme-lastfm-stats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830723,"owners_count":21970997,"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":["dynamic","last-fm","lastfm","profile-readme","readme-generator","readme-profile","readme-stats","serverless"],"created_at":"2024-10-24T07:41:56.929Z","updated_at":"2025-05-12T21:50:23.278Z","avatar_url":"https://github.com/rafaelwi.png","language":"Go","funding_links":[],"categories":["Misc Tools"],"sub_categories":[],"readme":"# GitHub Readme Last.fm Stats\nDynamically generated last.fm stats in your profile readme\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/f13a0213-6b93-4c0f-a3a3-5288199e9f42/deploy-status)](https://app.netlify.com/sites/github-readme-lastfm-stats/deploys)\n\n\u003chr\u003e\n\n## Contents\n- [Usage](#usage)\n- [Options](#options)\n- [Demo](#demo)\n- [Development \u0026 Deployment](#development--deployment)\n- [Issues, Requests, and Contributing](#issues-requests-and-contributing)\n\n\u003chr\u003e\n\n## Usage\nTo embed in your readme:\n```\n![alt text](https://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=USERNAME\u0026OPTIONS)\n```\nor\n```\n\u003cimg src=\"https://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=USERNAME\u0026OPTIONS\"\n```\nThe latter will allow you to better format the card (ex. `align=\"center\"`)\n\n\u003chr\u003e\n\n## Options\n| Option | Example | Description |\n| ------ | ------- | ----------- |\n| user | `user=st-silver` | **(required)** The user to fetch info for |\n| theme | `theme=light` **(default)**\u003cbr\u003e`theme=dimmed`\u003cbr\u003e`theme=dark` | **(optional)** The theme of the card. See the demo below to see how they look |\n| show_scrobbles | `show_scrobbles=false` **(default)**\u003cbr\u003e`show_scrobbles=true` | **(optional)** Selects whether or not to show scrobble count\n\n\n\u003chr\u003e\n\n## Demo\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\n```\n\n![card/light-noScrobbles.svg](./docs/card/light-noScrobbles.svg)\u003chr\u003e\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\u0026theme=dimmed\n```\n\n![card/dimmed-noScrobbles.svg](./docs/card/dimmed-noScrobbles.svg)\u003chr\u003e\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\u0026theme=dark\n```\n\n![card/dark-noScrobbles.svg](./docs/card/dark-noScrobbles.svg)\u003chr\u003e\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\u0026show_scrobbles=true\n```\n\n![card/light-scrobbles.svg](./docs/card/light-scrobbles.svg)\u003chr\u003e\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\u0026theme=dimmed\u0026show_scrobbles=true\n```\n\n![card/dimmed-scrobbles.svg](./docs/card/dimmed-scrobbles.svg)\u003chr\u003e\n\n```\nhttps://github-readme-lastfm-stats.netlify.app/.netlify/functions/card?user=st-silver\u0026theme=dark\u0026show_scrobbles=true\n```\n\n![card/dark-scrobbles.svg](./docs/card/dark-scrobbles.svg)\u003chr\u003e\n\n## Development \u0026 Deployment\nDeveloping and deploying this project requires setting an environment variable that holds your last.fm API key. [See here to find out how to get an API account.](https://www.last.fm/api#getting-started)\n\n```\nexport LASTFM_STATS_KEY=your_key_here\n```\n\nThis also needs to be done on your deployment platform of choice. For Netlify, this can be done under *Site Settings \u003e Build \u0026 deploy \u003e Environment*.\n\n\u003chr\u003e\n\n## Issues, Requests, and Contributing\n\nFound an issue or have a feature request? [Create a new one here](https://github.com/rafaelwi/github-readme-lastfm-stats/issues/new) and I will take a look at it ASAP. Please give as much detail as possible in your commment.\n\nLike the project and want to lend a hand? Just make a pull request and I'll take a look.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelwi%2Fgithub-readme-lastfm-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelwi%2Fgithub-readme-lastfm-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelwi%2Fgithub-readme-lastfm-stats/lists"}