Merge branch 'master' of https://github.com/dkhamsing/open-source-ios-apps
This commit is contained in:
commit
93c4889b51
10
README.md
10
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-649-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-April%20%206,%202017-lightgrey.svg)
|
||||
![](https://img.shields.io/badge/Projects-650-green.svg) [![](https://img.shields.io/badge/Twitter-@opensourceios-blue.svg)](https://twitter.com/opensourceios) ![](https://img.shields.io/badge/Updated-April%20%207,%202017-lightgrey.svg)
|
||||
|
||||
Jump to
|
||||
|
||||
|
@ -2595,6 +2595,14 @@ Click ► to show more details
|
|||
</div>
|
||||
</details>
|
||||
|
||||
- CrimeMapper: A data visualisation tool that adds publicly available crime data from UK police forces to an interactive map. You can look at crime data for your local area, or show data for specific regions. You can also create pie-charts, bar graphs and line graphs to show the different categories of crime being committed in an area, and chart changes over time. The data in this app is available for England and Wales and is released under an Open Government license. [` App Store`](https://itunes.apple.com/app/crimemapper/id1212133404)
|
||||
<details><summary><code>swift</code> </summary>
|
||||
|
||||
https://github.com/swwol/CrimeMapper<br> https://samwoolf.net<br> Added April 6, 2017<br> License: [`mit`](http://choosealicense.com/licenses/mit/)
|
||||
<div><img height='300' alt='CrimeMapper image 1' src='http://samwoolf.net/wp-content/uploads/2017/03/crimemapper1a-1.jpg'> <img height='300' alt='CrimeMapper image 2' src='http://samwoolf.net/wp-content/uploads/2017/03/crimemapper2a.jpg'> <img height='300' alt='CrimeMapper image 3' src='http://samwoolf.net/wp-content/uploads/2017/03/crimemapper3a.jpg'> <img height='300' alt='CrimeMapper image 4' src='http://samwoolf.net/wp-content/uploads/2017/03/crimemapper4a.jpg'> <img height='300' alt='CrimeMapper image 5' src='http://samwoolf.net/wp-content/uploads/2017/03/crimemapper5a.jpg'>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
- DoctorNearby: Helps you find doctors in your city [` App Store`](https://itunes.apple.com/app/doctor-nearby/id1068715113)
|
||||
<details><summary><code>objc</code> </summary>
|
||||
|
||||
|
|
|
@ -12586,6 +12586,20 @@
|
|||
"screenshots": ["https://github.com/KrisYu/LivelyGIFs/blob/master/demo.gif?raw=true"],
|
||||
"date_added": "Apr 6 2017",
|
||||
"suggested_by": "@krisyu"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"title": "CrimeMapper",
|
||||
"category-ids": ["location"],
|
||||
"description": "A data visualisation tool that adds publicly available crime data from UK police forces to an interactive map. You can look at crime data for your local area, or show data for specific regions. You can also create pie-charts, bar graphs and line graphs to show the different categories of crime being committed in an area, and chart changes over time. The data in this app is available for England and Wales and is released under an Open Government license.",
|
||||
"homepage": "https://samwoolf.net",
|
||||
"itunes": "https://itunes.apple.com/app/crimemapper/id1212133404",
|
||||
"source": "https://github.com/swwol/CrimeMapper",
|
||||
"license": "mit",
|
||||
"tags": ["swift"],
|
||||
"screenshots": ["http://samwoolf.net/wp-content/uploads/2017/03/crimemapper1a-1.jpg","http://samwoolf.net/wp-content/uploads/2017/03/crimemapper2a.jpg","http://samwoolf.net/wp-content/uploads/2017/03/crimemapper3a.jpg","http://samwoolf.net/wp-content/uploads/2017/03/crimemapper4a.jpg","http://samwoolf.net/wp-content/uploads/2017/03/crimemapper5a.jpg"],
|
||||
"date_added": "April 6 2017",
|
||||
"suggested_by": "@swwol"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue