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
- Host: GitHub
- URL: https://github.com/unicodeveloper/pwa-api
- Owner: unicodeveloper
- License: mit
- Created: 2016-12-21T04:05:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T08:46:42.000Z (about 9 years ago)
- Last Synced: 2025-05-01T09:56:26.163Z (9 months ago)
- Language: JavaScript
- Homepage: https://rilapi.herokuapp.com/api
- Size: 19.5 KB
- Stars: 25
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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)