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 3, 2025 05:02
Updated: Wed Sep 03 2025 01:02:41 GMT-0400 (Eastern Daylight Time)
{
"openweather": {
"hour0": {
"time": "1:02",
"temp": 64.53,
"tempc": 18,
"temp_low": 60.84,
"temp_high": 66.25,
"pressure": 1016,
"humidity": 82,
@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]
#
################################################