Skip to content

Instantly share code, notes, and snippets.

View Darex1991's full-sized avatar

Dariusz Pieńczykowski Darex1991

View GitHub Profile
@Darex1991
Darex1991 / gist:3f0a2bbdb6eae5a639b1
Created February 26, 2016 19:02 — forked from mrzmyr/gist:977fc7d8bee58db9d96f
Launching external maps applications (Ionic, Google Maps, Apple Maps) on Android and iOS
<!-- https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html -->
<a href="maps://?q=dallas" data-rel="external">iOS launch in apple maps</a>
<!-- https://developers.google.com/maps/documentation/ios/urlscheme -->
<a href="comgooglemaps://?q=dallas" data-rel="external">iOS launch in google maps</a>
<a href="geo://0,0?q=dallas" data-rel="external">Android launch in google maps</a>
@Darex1991
Darex1991 / Procfile
Created January 1, 2016 18:23 — forked from facultymatt/Procfile
Get Deployd running on Heroku!
web: node server