Skip to content

Instantly share code, notes, and snippets.

View johnquintero's full-sized avatar

John Quintero johnquintero

View GitHub Profile
@johnquintero
johnquintero / 58-markers-maps-ionic.md
Created November 3, 2020 01:45 — forked from nicobytes/58-markers-maps-ionic.md
Multiples markers ionic google maps

1 Add SDK Google Maps

<script src="https://maps.googleapis.com/maps/api/js?key=KEY"></script>

2 Create div in html and declare

declare var google;
@johnquintero
johnquintero / Search my gists.md
Created November 3, 2020 01:43 — forked from santisbon/Search my gists.md
How to search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html