Personal Projects

jsmc (JavaScript Media Center)

A Node.js/React project that can index and play back video files off a local network. The Node.js server handles indexing, a REST API as an interface to the UI and transcoding files for playback, while the React UI handles displaying that data and playback.

Github

cinefile

Node.js package that, given a filename string, attempts to figure out what movie or television show it is.

Github NPM

Old-ish Projects

Spree Shipping CSV

Spree was a Ruby on Rails framework for building e-commerce stores. I took on a project for a friend, and realized that the platform needed a way to print shipping information into a CSV (to suit his use case). I somewhat abandoned this project but, due to the MAGIC of open source this was forked and used for several years by some other folks.

Github