unicodeveloper / pwa-api

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

Home Page:https://rilapi.herokuapp.com/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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
  5. Open your chrome browser and see the application on localhost:3333
  6. Get Postman and start testing the API

Tutorial Project

This API was built for the sole purpose of:

License

PWA-API is open-sourced software licensed under the MIT license

About

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

https://rilapi.herokuapp.com/api

License:MIT License


Languages

Language:JavaScript 100.0%