{"id":19267295,"url":"https://github.com/jangorman/bling","last_synced_at":"2025-04-21T19:32:46.829Z","repository":{"id":29551621,"uuid":"121987249","full_name":"JanGorman/Bling","owner":"JanGorman","description":"An Open Exchange Rates API wrapper written in Swift","archived":false,"fork":false,"pushed_at":"2025-04-09T09:05:59.000Z","size":363,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T10:27:26.020Z","etag":null,"topics":["carthage","cocoapod","cocoapods","openexchangerates","swift"],"latest_commit_sha":null,"homepage":null,"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/JanGorman.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":"2018-02-18T20:21:23.000Z","updated_at":"2025-04-09T09:05:56.000Z","dependencies_parsed_at":"2024-08-02T07:43:45.578Z","dependency_job_id":"c31bd293-a4b2-45fd-b9b9-d581c22f763d","html_url":"https://github.com/JanGorman/Bling","commit_stats":{"total_commits":190,"total_committers":4,"mean_commits":47.5,"dds":0.4842105263157894,"last_synced_commit":"d0bfc7f184b8b67ec37b6f286ad5b2859294d4ff"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FBling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FBling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FBling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FBling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JanGorman","download_url":"https://codeload.github.com/JanGorman/Bling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250120112,"owners_count":21378137,"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":["carthage","cocoapod","cocoapods","openexchangerates","swift"],"created_at":"2024-11-09T20:11:27.453Z","updated_at":"2025-04-21T19:32:46.562Z","avatar_url":"https://github.com/JanGorman.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bling 💰\n\n![CI](https://github.com/JanGorman/Bling/workflows/CI/badge.svg)\n[![codecov](https://codecov.io/gh/JanGorman/Bling/branch/master/graph/badge.svg)](https://codecov.io/gh/JanGorman/Bling)\n[![Version](https://img.shields.io/cocoapods/v/Bling.svg?style=flat)](http://cocoapods.org/pods/Bling)\n[![License](https://img.shields.io/cocoapods/l/Bling.svg?style=flat)](http://cocoapods.org/pods/Bling)\n[![Platform](https://img.shields.io/cocoapods/p/Bling.svg?style=flat)](http://cocoapods.org/pods/Bling)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nAn [Open Exchange Rates](https://openexchangerates.org) API wrapper written in Swift using Combine.\n\n## Requirements\n\n- Swift 5.1\n- iOS 13.0+\n\n## Install\n\nBling is available on [Cocoapods](http://cocoapods.org). Add it to your `Podfile` and run `pod install`:\n\n```ruby\npod 'Bling'\n```\n\n## Usage\n\nTo use Bling you need to create a new instance and pass it your app id:\n\n```swift\nlet bling = Bling(appId: \"…\")\n\nbling.latest()\n  .sink(receiveCompletion: { _ in },\n        receiveValue: { print($0) })\n  .store(in: \u0026subscriptions)\n```\n\n## License\n\nBling is released under the MIT license. See LICENSE for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fbling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangorman%2Fbling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fbling/lists"}