An example app for building a native-looking Mac OS X tray app with a popover using Electron.
The app shows the weather for the current location and refreshes every 10 minutes.
Built with photon. Uses the Dark Sky Forecast API.
git clone https://github.com/kevinsawicki/tray-example
cd tray-example
npm install
npm start
npm run package
open out/Weathered-darwin-x64/Weathered.app