{"id":20169487,"url":"https://github.com/delphinus/lastfm","last_synced_at":"2025-03-03T04:14:28.881Z","repository":{"id":2101862,"uuid":"3042990","full_name":"delphinus/lastfm","owner":"delphinus","description":"Listing tracks from Last.fm with jQuery","archived":false,"fork":false,"pushed_at":"2011-12-25T14:57:22.000Z","size":176,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T15:23:43.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.remora.cx","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delphinus.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-24T00:17:31.000Z","updated_at":"2013-12-12T08:35:32.000Z","dependencies_parsed_at":"2022-09-20T05:52:10.906Z","dependency_job_id":null,"html_url":"https://github.com/delphinus/lastfm","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/delphinus%2Flastfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delphinus%2Flastfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delphinus%2Flastfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delphinus%2Flastfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delphinus","download_url":"https://codeload.github.com/delphinus/lastfm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605820,"owners_count":19989612,"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-11-14T01:12:38.679Z","updated_at":"2025-03-03T04:14:28.863Z","avatar_url":"https://github.com/delphinus.png","language":"JavaScript","readme":"Last.FM for jQuery\n==================\n[Last.FM][last.fm] から再生履歴を取得して表示します。\nブログのサイドバーに使う用途を想定しています。\n\n使い方\n------\n詳細は同梱の `sample.html` を見てください。\n再生時刻を綺麗に表示するためには [stfmtime.js][strftime.js] が必要です。\n\n### HTML ###\n\n```html\n\u003cdl\u003e\n  \u003cdt\u003eLast.FM Recently Played\u003c/dt\u003e\n  \u003cdd\u003e\n    \u003cul id=\"lastfm\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"lfm_art\"\u003e\u003ca href=\"#\"\u003e\u003c/a\u003e\u003c/div\u003e /* Album Art */\n        \u003cdiv class=\"lfm_song\"\u003e\u003c/div\u003e /* Song Title */\n        \u003cdiv class=\"lfm_artist\"\u003e\u003c/div\u003e /* Artist */\n        \u003cdiv class=\"lfm_datetime\"\u003e\u003c/div\u003e /* Timestamp */\n      \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/dd\u003e\n\u003c/dl\u003e\n```\n\n### Javascript ###\n\n```javascript\n$('#lastfm').lastFM({\n    username: 'delphinus_iddqd' // アカウント名\n    ,apikey: 'xxxxx'            // Last.FM API Key\n    ,number: 10                 // 表示するトラック数\n    ,artSize: 'large'           // 表示する画像の大きさ\n    ,noart: 'noartwork.gif'     // 画像が見つからないときの代替画像\n    ,showArtistArt: true        // アルバムアートが見つからないときは\n                                // アーティストの画像を表示する\n    ,autoUpdate: true           // 自動更新する\n    ,updateInterval: '10m'      // 更新間隔\n    ,drawDelay: true            // 表示を遅らせる\n    ,showInterval: 500          // 遅らせる間隔（単位：ミリセカンド）\n    ,onComplete: function(){}   // 完了したときに実行する関数\n});\n```\n\n[last.fm]: http://www.lastfm.jp/home \"Home – Last.fm\"\n[strftime.js]: http://hacks.bluesmoon.info/strftime/ \"strftime: strftime for Javascript\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelphinus%2Flastfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelphinus%2Flastfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelphinus%2Flastfm/lists"}