#webuild sg menubar
a tiny OS X menubar app to display the upcoming events and recently updated repos from webuild.sg
- fetch updated list of events and repositories every hour
- create osx notification if there are events upcoming in the next hour
- create osx notification if the top repository changes
- download the latest app and move it to your
Applications
folder.
- double-click to open the menubar app
- install packages
npm i
-
run the app from command line without building it
npm start
-
build the app to create
WeBuildSG.app.zip
npm run build