Skip to content

Instantly share code, notes, and snippets.

View ayc's full-sized avatar

Alex Choi ayc

  • Hearst Digital Media
View GitHub Profile
@ayc
ayc / my_weather.json
Last active September 2, 2025 13:02
Updated: Tue Sep 02 2025 09:02:41 GMT-0400 (Eastern Daylight Time)
{
"openweather": {
"hour0": {
"time": "9:01",
"temp": 66.7,
"tempc": 19,
"temp_low": 63.86,
"temp_high": 69.89,
"pressure": 1021,
"humidity": 78,
@ayc
ayc / app.sh
Created February 20, 2016 19:42
My docker shell script for the lazy
#! /bin/bash
################################################
# Assumes you have docker-machine up and running
# usage: ./app.sh [command]
#
################################################