{"id":13694380,"url":"https://github.com/dkhamsing/how-much","last_synced_at":"2025-10-31T07:38:28.633Z","repository":{"id":76013511,"uuid":"43316961","full_name":"dkhamsing/how-much","owner":"dkhamsing","description":":moneybag: iOS price list app using Firebase, Realm \u0026 more","archived":false,"fork":false,"pushed_at":"2017-04-27T21:42:22.000Z","size":472,"stargazers_count":21,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T13:19:45.378Z","etag":null,"topics":["app","example","firebase","ios","parse","realm"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"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/dkhamsing.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-09-28T17:51:32.000Z","updated_at":"2023-12-10T05:15:53.000Z","dependencies_parsed_at":"2023-02-28T03:30:33.637Z","dependency_job_id":null,"html_url":"https://github.com/dkhamsing/how-much","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/dkhamsing%2Fhow-much","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fhow-much/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fhow-much/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fhow-much/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkhamsing","download_url":"https://codeload.github.com/dkhamsing/how-much/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250246731,"owners_count":21398919,"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":["app","example","firebase","ios","parse","realm"],"created_at":"2024-08-02T17:01:30.542Z","updated_at":"2025-10-31T07:38:23.565Z","avatar_url":"https://github.com/dkhamsing.png","language":"Objective-C","readme":"# how-much\n\niOS app to record how much things cost using various data persistence implementations.\n\n![](Assets/screens.png)\n\nThe basic data unit is an `item`, a simple dictionary:\n\n```objc\n{\n    \"8ACB9857-5385-4B83-8C36-9FEB278DA86E\" =     {\n        brand = \"Georgia Pacific\";\n        dateUpdated = 1465489172;\n        name = Paper;\n        price = 5;\n        store = Amazon;\n        unit = \"Ream (500 Sheets)\";\n    };\n}\n```\n\nThe app can keep a list of such items (add, edit and delete).\n\nThe bulk of the code is in [`HowMuch-Core`](HowMuch-Core) using [`auth`](https://github.com/dkhamsing/DKAuthenticationViewController/blob/master/DKAuthenticationViewController/DKAuthenticationProtocol.h) and [`storage`](HowMuch-Core/StorageProtocol.h) protocols:\n\n## Local / Device\n1. [User Defaults](HowMuch-UserDefaults/)\n2. [Realm](HowMuch-Realm/)\n\n## Server\n1. [Parse](HowMuch-Parse/)\n2. [Firebase](HowMuch-Firebase/)\n\nInput is managed by [`XLForm`](https://github.com/xmartlabs/XLForm) :moneybag:\n\n## Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n","funding_links":[],"categories":["Misc"],"sub_categories":["Realm","Firebase"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fhow-much","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkhamsing%2Fhow-much","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fhow-much/lists"}