Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 647 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 647 Bytes

Tray Example

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.

Running

git clone https://github.com/kevinsawicki/tray-example
cd tray-example
npm install
npm start

Packaging

npm run package
open out/Weathered-darwin-x64/Weathered.app

screenshot