1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-30 10:14:49 +01:00
This commit is contained in:
Daniel Khamsing 2016-09-09 07:19:17 -07:00
commit cdf6a03e29
2 changed files with 17 additions and 1 deletions

View File

@ -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)
<details><summary>`swift` </summary> https://github.com/apiaryio/polls-app<br> Added June 17, 2015<br> License: [`mit`](http://choosealicense.com/licenses/mit/)
</details>
</details>
- Protocol-Oriented MVVM Examples
<details><summary>`swift` </summary> https://github.com/vanyaland/MVVM-Example<br> Added September 9, 2016<br> License: [`mit`](http://choosealicense.com/licenses/mit/)
<div><img height='300' alt='Protocol-Oriented MVVM Examples image 1' src='https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-generic-apps-list.png'> <img height='300' alt='Protocol-Oriented MVVM Examples image 2' src='https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-generic-detail.png'> <img height='300' alt='Protocol-Oriented MVVM Examples image 3' src='https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-example-minion.png'>
</div>
</details>
</details>
- ReactiveKitten: It's about GIFs & cats
<details><summary>`swift` `giphy api` `interstellar` </summary> https://github.com/JensRavens/ReactiveKitten<br> Added May 11, 2016<br> License: `other`
</details>

View File

@ -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"],