๐ฉโ๐ป Join our community of thousands of amazing developers!
This is the second part of a three-part series about creating an app that leverages the Web Push API and cron-schedule. In this installment, weโll cover the Web Push API aspect of the app. What are we Building We are going to build a simple progressive web app (PWA) which will remind me to take my pills every day ๐๐๐. Our app will have a web server powered by Express.js. Express will push notifications to the clients which subscribed to the push notifications. It will also serve the frontend. Wh...