It's angular application for Gos Notification Bundle to brings real time notification, user interface to manage notification (like facebook).
- Notification board UI (read, mask as view)
- Title unread notification
- Real time notification with UI and audio
- Expose the same API that NotificationCenter
Not yet registered on bower and npm.
<script type="text/javascript" src="notification/dist/gos-notification-dist.js"></script>
gulp //watch by default
gulp watch //watch less & coffee
gulp less //compile less
gulp browserify //compile angular coffee app
gulp serve //compile browersify and less
gulp serve --production //use it also when you commit dist folder for PR to update properly files.
This is currently in progress, there are still a lot of work !