Skip to content

Gelbotron/tray-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • HTML 25.5%
  • CSS 10.1%