JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Category: Javascript , Notification , Recommended | October 14, 2016
Author:hkirat
Views Total:603 views
Official Page:Go to website
Last Update:October 14, 2016
License:MIT

Preview:

JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Description:

Notification Logger is a lightweight JavaScript library that has the ability to send console messages to the HTML5 desktop notifications.

How to use it:

Download and import the main JavaScript library into the webpage.

<script src="notification-logger.js"></script>

Initialize the notification logger.

logger.init

Display your console log in the desktop notification.

Console.log(body, title)

Display the console log in a desktop notification only.

logger.log(body, title)

You Might Be Interested In:


One thought on “JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Leave a Reply