hovanessb / fundraiser-live-calculator

Calculate fundraised donations live!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundraiser Electron Thermometer

A thermometer you can punch donation amounts and it goes up. It can be used for live events and streams. Built in html using node, express and socket.io. Packaged with electron.
npm install 

npm start -- starts app

npm run winpackager -- builds 32bit windows exe

In order to get an .exe in windows from a linux machine, edit main.js:

// This needs to be uncommented on for a windows build... linux works without this
//  app.commandLine.appendSwitch('no-sandbox');
//  app.commandLine.appendSwitch('disable-gpu');
//  app.commandLine.appendSwitch('disable-software-rasterizer');
//  app.commandLine.appendSwitch('disable-gpu-compositing');
//  app.commandLine.appendSwitch('disable-gpu-rasterization');
//  app.commandLine.appendSwitch('disable-gpu-sandbox');
//  app.commandLine.appendSwitch('--no-sandbox');
//  app.disableHardwareAcceleration();

About

Calculate fundraised donations live!

License:Apache License 2.0


Languages

Language:JavaScript 43.6%Language:HTML 35.8%Language:CSS 20.7%