A quick cross-platform app to view Google Keep as a desktop app
Very simple. Based heavily from the electron-quick-start-app. Requires node.js and Electron.
npm install
npm start
Build the application for specified platform:
npm run build:darwin
npm run build:linux
npm run build:windows
If you use a Mac, you should also check out this ever so slightly more efficient app I wrote using MacGap.