mobilusoss / react-web-notification

React component with HTML5 Web Notification API
http://mobilusoss.github.io/react-web-notification
MIT License
270 stars 82 forks source link

how schedule a notification? #78

Closed MedinaGitHub closed 3 years ago

MedinaGitHub commented 3 years ago

for example schedule notification to 3 days more at 13:30

Thanks you!

georgeOsdDev commented 3 years ago

This library is wrapper for Notification API You need to develop scheduling logic by yourself using setTimeout etc.

I think you should consider to use Push API.