stephy / tray-example

Electron Tray Mac OS X Example App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Electron Tray Mac OS X Example App


Languages

Language:JavaScript 64.3%Language:HTML 25.5%Language:CSS 10.1%