Skip to content

Instantly share code, notes, and snippets.

View aaron-goff's full-sized avatar

Aaron Goff aaron-goff

  • WillowTree
  • Charlottesville, Virginia
View GitHub Profile
@aaron-goff
aaron-goff / collection.json
Created March 11, 2020 19:46
Roku Calls -- No Webdriver
{
"info": {
"_postman_id": "b6841f54-a6b5-4bde-ad98-1d4cd0e0c14b",
"name": "Roku (No Webdriver)",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Key Presses - keydown",
"item": [
autoload -U add-zsh-hook
load-nvmrc() {
local node_version="$(nvm version)"
local nvmrc_path="$(nvm_find_nvmrc)"
if [ -n "$nvmrc_path" ]; then
local nvmrc_node_version=$(nvm version "$(cat "${nvmrc_path}")")
if [ "$nvmrc_node_version" = "N/A" ]; then
nvm install
elif [ "$nvmrc_node_version" != "$node_version" ]; then
nvm use
@aaron-goff
aaron-goff / collection.json
Last active December 20, 2019 19:16
Postman Collection for interacting with a Roku Device
{
"id": "e118c10d-a5c0-46bb-8d14-8d74f1cd7d26",
"name": "Roku",
"description": "",
"auth": null,
"events": null,
"variables": [],
"order": [
"250f1ee7-ffd8-4e79-ba0f-38a9f973ea79",
"2df25084-b163-435c-af34-c624fc99bf26",