Skip to content

Instantly share code, notes, and snippets.

View frankdugan3's full-sized avatar

Frank Dugan III frankdugan3

View GitHub Profile
@frankdugan3
frankdugan3 / audit-graphql-schema.js
Last active April 9, 2019 09:03
Script to audit a GraphQL schema against previous commit.
/*
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@frankdugan3
frankdugan3 / RPI3_kiosk.md
Last active June 4, 2019 01:10
Create a webapp kiosk with a Raspberry Pi 3

Raspberry Pi 3 B Kiosk

This guide utilizes Raspbian Jessie Lite as a base to create a kiosk that loads a single-page web app in the Chromium browser.

Prepare Micro SD Card

  1. Download and unzip Raspbian Jessie Lite.
  2. Copy the img file to the micro SD card. For platform-specific instructions, you can look here. If using Linux or MacOS, my preference is to use dd as described below.

Using dd