diff --git a/README.md b/README.md index f3fa443e..30e684f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collaborative list of open-source `iOS`, `watchOS` and `tvOS` apps, your [contribution](https://github.com/dkhamsing/open-source-ios-apps/blob/master/.github/CONTRIBUTING.md) is welcome :smile: -![](https://img.shields.io/badge/Projects-548-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September 8, 2016-lightgrey.svg) +![](https://img.shields.io/badge/Projects-549-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-September 8, 2016-lightgrey.svg) Jump to @@ -2091,6 +2091,12 @@ Mostly using http://giphy.com/ — [back to top](#readme)
`swift` https://github.com/apiaryio/polls-app
Added June 17, 2015
License: [`mit`](http://choosealicense.com/licenses/mit/)
+- Protocol-Oriented MVVM Examples +
`swift` https://github.com/vanyaland/MVVM-Example
Added September 9, 2016
License: [`mit`](http://choosealicense.com/licenses/mit/) +
Protocol-Oriented MVVM Examples image 1 Protocol-Oriented MVVM Examples image 2 Protocol-Oriented MVVM Examples image 3 +
+
+ - ReactiveKitten: It's about GIFs & cats
`swift` `giphy api` `interstellar` https://github.com/JensRavens/ReactiveKitten
Added May 11, 2016
License: `other`
diff --git a/contents.json b/contents.json index 97f4b1a0..15594053 100644 --- a/contents.json +++ b/contents.json @@ -8223,6 +8223,16 @@ "date_added": "Sep 7 2016", "suggested_by": "@dkhamsing" }, + { + "title": "Coffee Ratio", + "category-ids": ["calculator"], + "description": "Calculates grams of water needed given grams of coffee based off ratio chosen", + "source": "https://github.com/jmp9c/Coffee-Ratio", + "screenshots": ["http://i.imgur.com/rQxOsqO.png"], + "date_added": "Sep 9 2016", + "suggested_by": "@jmp9c", + "license": "MIT" + }, { "title": "Protocol-Oriented MVVM Examples", "category-ids": ["sample"],