Hacker Menu stays on your menu bar and delivers the top news stories from Y Combinator news aggregator, built with love by @jingweno & @lokywin. It's powered by Electron and Node.js.
Website: https://hackermenu.io.
Download the latest build for your platform from releases. We only have OSX build now, and we're working Windows and Linux builds. Feel free to contribute if you can't wait ❤️.
You need to have the latest io.js or node.js installed.
$ npm install # installs dependencies
$ npm start # starts the app in the electron wrapper
Other useful tasks:
$ npm test # runs tests
$ npm run build # builds the app
$ npm run watch # watches and rebuilds the app
$ npm run package # packages the Mac app
$ npm run release # packages and zips the Mac app, it requires a cert to sign the app
See issues.
See LICENSE.