Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 837 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 837 Bytes

Paper Plane

Paper Plane is an electron app to send GCM notifications. You can use this to test notifications on GCM. To send a notification you need GCM auth key, GCM token/registration id and notification. You can send notification to multiple ids by inserting them in a comma separated format.

Screenshot

Installation

Follow these steps for installation

  1. Clone the repo $ git clone https://github.com/grofers/paperplane.git
  2. You need to install NPM, if you don't have it already. It is bundled with nodejs.
  3. Install the dependencies. $ npm install
  4. Run the app using $ npm start

Authors

Vishesh Jindal
Chitharanjan Das

License

See LICENSE