このライブラリはNotificationAPIをjQueryで使用できるようにしたものです。
もっともシンプルな使用例は以下のように書きます
$.notify("body")
このライブラリを使用するにはjQueryが必要になります
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
エッジを使いたいのであればrawgitからインクルードしてください
<script src="https://rawgit.com/asmsuechan/jquery_push_notification/master/push_notification.js"></script>
.minファイルも使用できます
<script src="https://rawgit.com/asmsuechan/jquery_push_notification/master/push_notification.js"></script>
バグや改善点を見つけたらいつでもプルリクエストを送ってください!
みなさんのプルリクエストをお待ちしております!