mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-08-11 02:03:43 +00:00
16 lines
594 B
Markdown
16 lines
594 B
Markdown
---
|
|
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 creating/testing 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) |