{"id":21980890,"url":"https://github.com/rryam/umerokit","last_synced_at":"2025-04-30T05:04:27.391Z","repository":{"id":107115236,"uuid":"582632736","full_name":"rryam/UmeroKit","owner":"rryam","description":"Use last.fm in your Apple apps.","archived":false,"fork":false,"pushed_at":"2025-02-09T15:12:45.000Z","size":1508,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T05:04:21.102Z","etag":null,"topics":["ios","lastfm","lastfm-api","macos","swift","swift-package-manager","tvos","watchos"],"latest_commit_sha":null,"homepage":"https://rryam.github.io/UmeroKit/documentation/umerokit/","language":"Swift","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/rryam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"rryam"}},"created_at":"2022-12-27T12:26:06.000Z","updated_at":"2025-02-11T02:27:45.000Z","dependencies_parsed_at":"2024-03-01T14:51:19.450Z","dependency_job_id":null,"html_url":"https://github.com/rryam/UmeroKit","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/rryam%2FUmeroKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FUmeroKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FUmeroKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FUmeroKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rryam","download_url":"https://codeload.github.com/rryam/UmeroKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251644842,"owners_count":21620632,"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":["ios","lastfm","lastfm-api","macos","swift","swift-package-manager","tvos","watchos"],"created_at":"2024-11-29T17:14:01.672Z","updated_at":"2025-04-30T05:04:27.359Z","avatar_url":"https://github.com/rryam.png","language":"Swift","funding_links":["https://github.com/sponsors/rryam"],"categories":[],"sub_categories":[],"readme":"# UmeroKit\n\nEasily use Last.fm in your apps.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src= \"https://github.com/rryam/UmeroKit/blob/main/UmeroKit.png\" alt=\"UmeroKit Logo\" width=\"256\"/\u003e\n\u003c/p\u003e\n\n## Quickstart \n\nGet started by getting the API key from last.fm and using the following method to configure UmeroKit: \n\n```swift \nUmeroKit.configure(withAPIKey: \"YOUR_LASTFM_API_KEY\")\n```\n\nThen you can easily use the methods to fetch tags, albums, artists, charts with the default instance of UmeroKit, `Umero`. Directly call the methods on this instance: \n\n```swift \nvar artists: [UArtist] = []\n\nUmeroKit.configure(withAPIKey: apiKey)\n\nlet chart = try await Umero.topChartArtists()\n\nself.artists = chart.artists\n\nlet tags = try await Umero.topChartTags()\nprint(tags)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryam%2Fumerokit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frryam%2Fumerokit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryam%2Fumerokit/lists"}