Building a PWA in Vanilla JavaScript - Part 2: Push API

1 ยท ยท Feb. 24, 2020, midnight
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...