Skip to content

Instantly share code, notes, and snippets.

View sprestridge's full-sized avatar

Scott sprestridge

View GitHub Profile
@sprestridge
sprestridge / HoCoBeerTour.html
Last active October 1, 2020 22:24 — forked from cliss/TackyLights.html
Howard County Beer Tour. This small bit of HTML & Javascript takes a series of addresses, and converts that into an ordered list. Each item in the list is an Apple Maps navigation link from [Your Current Location] to [That Brewery]. This file is designed to be hosted in Dropbox and then added to your home screen on your iPhone.
<html>
<head>
<title>Howard County Beer Tour</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<meta name="viewport" content="width=device-width" />
<!--<link rel="apple-touch-icon-precomposed" sizes="120x120" href="put-your-holiday-icon-here" />-->
</head>
<body>
<ol id="list"></ol>
<script type="text/javascript">