{"id":21026409,"url":"https://github.com/nimblehq/nimble-crypto-ios","last_synced_at":"2025-11-11T20:43:10.531Z","repository":{"id":63999424,"uuid":"570059905","full_name":"nimblehq/nimble-crypto-ios","owner":"nimblehq","description":"This is an sample Crypto market prices ap  built with SwiftUI and modularization architecture. The application data is making use of the free APIs provided by Coingecko.","archived":false,"fork":false,"pushed_at":"2023-01-27T08:59:24.000Z","size":8110,"stargazers_count":40,"open_issues_count":4,"forks_count":9,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-07-02T13:11:25.773Z","etag":null,"topics":["async-await","cryptocurrency","ios-swift","modularization","pilot","spm","swiftui"],"latest_commit_sha":null,"homepage":"","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/nimblehq.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-11-24T08:46:09.000Z","updated_at":"2025-06-17T07:11:57.000Z","dependencies_parsed_at":"2023-02-15T04:31:26.922Z","dependency_job_id":null,"html_url":"https://github.com/nimblehq/nimble-crypto-ios","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":"nimblehq/git-template","purl":"pkg:github/nimblehq/nimble-crypto-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fnimble-crypto-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fnimble-crypto-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fnimble-crypto-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fnimble-crypto-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimblehq","download_url":"https://codeload.github.com/nimblehq/nimble-crypto-ios/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fnimble-crypto-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283929669,"owners_count":26918166,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["async-await","cryptocurrency","ios-swift","modularization","pilot","spm","swiftui"],"created_at":"2024-11-19T11:44:28.332Z","updated_at":"2025-11-11T20:43:10.512Z","avatar_url":"https://github.com/nimblehq.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptoPrices iOS\n\nThis is a simple iOS application built with SwiftUI that shows the crypto market prices.\n\n## Build and run\nOpen your terminal, then:\n\n1. Checkout source code\n   ```\n   git clone git@github.com:nimblehq/nimble-crypto-ios.git\n   cd nimble-crypto-ios\n   ```\n\n2. Install dependencies\n   ```\n   make setup\n   ```\n\n3. Open `CryptoPrices.xcodeproj` with Xcode, hit `⌘R` to run.\n\n## Screenshots 📸\n\n|       | Light | Dark |\n|-------|------|--------|\n| Home | \u003cimg src=\"https://user-images.githubusercontent.com/70877098/213395751-51491133-0774-45db-bbb9-2cab1069266c.PNG\" width=250 /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/70877098/213395708-a432cf61-f73d-46bd-b477-958c8bbca2bb.PNG\" width=250 /\u003e |\n| Detail  | \u003cimg src=\"https://user-images.githubusercontent.com/70877098/213395758-0ac8507c-f92f-4c28-a466-cd412dfd1a88.PNG\" width=250 /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/70877098/213395764-e16c2e7f-5fdb-4a4d-ad0e-1eae6708b14e.PNG\" width=250 /\u003e |\n\n\n## Demo video 🎥\n\nHere is a simple flow to load the coins list from the Home screen, then navigate to the Coin Detail screen and get the chart information with different filters:\n\nhttps://user-images.githubusercontent.com/70877098/213396246-7b90b46b-38fd-4850-b03d-0ed73c623365.MP4\n\n## Resources\n\n- Data provided by \u003cimg width=\"110\" alt=\"Nimble logo\" src=\"https://static.coingecko.com/s/coingecko-branding-guide-8447de673439420efa0ab1e0e03a1f8b0137270fbc9c0b7c086ee284bd417fa1.png\"\u003e [API documentation](https://www.coingecko.com/en/api/documentation)\n- [Figma Design](https://www.figma.com/community/file/1108313912145052181)\n- \u003ca href=\"https://www.flaticon.com/free-icons/rocket\" title=\"rocket icons\"\u003eRocket icons created by Freepik - Flaticon\u003c/a\u003e\n\n## License\n\nThis project is Copyright (c) 2014 and onwards Nimble. It is free software and may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: /LICENSE\n\n## About\n\u003ca href=\"https://nimblehq.co/\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png\"\u003e\n    \u003cimg alt=\"Nimble logo\" src=\"https://assets.nimblehq.co/logo/light/logo-light-text-160.png\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\nThis project is maintained and funded by Nimble.\n\nWe ❤️ open source and do our part in sharing our work with the community!\nSee [our other projects][community] or [hire our team][hire] to help build your product.\n\nWant to join? [Check out our Jobs][jobs]!\n\n[community]: https://github.com/nimblehq\n[hire]: https://nimblehq.co/\n[jobs]: https://jobs.nimblehq.co/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Fnimble-crypto-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblehq%2Fnimble-crypto-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Fnimble-crypto-ios/lists"}