add cue view

This commit is contained in:
Joel Wetzell
2022-12-09 13:50:30 -06:00
parent cc402db089
commit d2d4b6f84a
+16
View File
@@ -0,0 +1,16 @@
---
title: "Cue View (stagehacks)"
date: 2022-02-19T00:00:00-06:00
draft: false
---
## What is it?
Cue View is an Electron based application made by [Alec Sparks](https://alecsparks.com/Cue-View) for displaying information from various devices over the network.
I've worked on automating the build process and general clean up as well as testing the device integrations.
The application uses the following tech.
* [Electron](https://www.electronjs.org/)
* [electron-builder](https://www.electron.build/) (package, publish, auto-update)
* [lodash](https://lodash.com/) (html templating)