An open API service indexing awesome lists of open source software.

https://github.com/unicodeveloper/pwa-api

:neckbeard: :fire: API for activating Push Notifications for Progressive Web App
https://github.com/unicodeveloper/pwa-api

Last synced: 9 months ago
JSON representation

:neckbeard: :fire: API for activating Push Notifications for Progressive Web App

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)

## PWA-API

This is the API for saving, deleting users subscription IDs and sending push notifications for users on [https://github.com/unicodeveloper/pwa-commits](https://github.com/unicodeveloper/pwa-commits).

## Installation

1. Clone this repository: `git clone git@github.com:unicodeveloper/pwa-api.git pwa-api/`
2. `cd` into the `pwa-api` folder.
3. Make a `.env` file by renaming `.env.example` to `.env`.
4. Now run the following commands:
1. Run `npm install`
2. Run `nodemon server.js`
3. Open your chrome browser and see the application on `localhost:3333`
4. Get [Postman](https://www.getpostman.com) and start testing the API

## Tutorial Project

This API was built for the sole purpose of:

* [Introduction to Progressive Web Apps - Part 1](https://auth0.com/blog/introduction-to-progressive-apps-part-one)
* [Introduction to Progressive Web Apps - Part 2](https://auth0.com/blog/introduction-to-progressive-web-apps-instant-loading-part-2)
* [Introduction to Progressive Web Apps - Part 3](link-to-part-3)

### License
PWA-API is open-sourced software licensed under the [MIT license](https://github.com/unicodeveloper/pwa-api/blob/master/LICENSE)