A fun little Electron app I built for a friend which displays the current stock prices of the dow 30 companies powered by the IEX trading API.
Be sure to have Node.js and git installed.
Clone the repo with your favorite git ui or
git clone https://github.com/autre31415/dow30Grid
Then:
cd dow30Grid
npm i
npm start
And you're off to the races!
Builds are constructed with electron-packager and programmatically zipped with node-archiver.
Be sure to have Node.js and git installed.
First, be sure to run:
git clone https://github.com/autre31415/dow30Grid
cd dow30Grid
npm i
Then:
npm run package -- [--mac | --win | --linux]
You can leave the OS argument out to package for them all.