Programming Tips πŸ’‘
51.5K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
What is PushJs ? ❓

Push is the fastest way to get up and running with Javascript desktop notifications. πŸ”₯

A fairly new addition to the official specification, the Notification API allows modern browsers such as Chrome, Safari, Firefox, and IE 9+ to push notifications to a user’s desktop. πŸ‘ŒπŸ»

Push acts as a cross-browser solution to this API, falling back to use older implementations if the user’s browser does not support the new API. πŸŒ€

Installing
You can quickly install Push via npm:
$ npm install push.js --save


Or, if you want something a little more lightweight, you can give Bower a try:
$ bower install push.js --save


https://t.me/pgimg/10
[ Website ] : https://pushjs.org/

γ€°γ€°γ€°γ€°γ€°γ€°
#js #push #notification
@ProgrammingTip