Skip to content

Instantly share code, notes, and snippets.

View goatrocks's full-sized avatar
🫠

micah cahill goatrocks

🫠
View GitHub Profile
import json
import datetime
import requests
import time
def walgreens(client):
today = datetime.date.today()
post_content = {
"serviceId": "99",
"position": {
@goatrocks
goatrocks / alt-view.html
Last active May 26, 2016 17:26 — forked from jdanyow/app.html
gist for fiddling around with aurelia
<template ref="filter">
<div> <p>Alt-${name}, ${title}</p></div>
<div>
<ol>
<li repeat.for="piece of data">
${data.title}
</li>
</ol> </div>
</template>