Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

HubGenixx/Ignite

Repository files navigation

Ignite

This project was made during Courier Hacks: Feature Focus 2022 and received Send API award.

Tierd of keeping a track of sending notifications to your clients? You've arrived exactly where you need to be. Ignite helps in setting intelligent notification infrastructure so you can give your users the experience they deserve.

Working

Ignite uses the Courier api to provide smart notifications to your clients.

Project Layout

SetUp guide

Step-up guide

Start by cloning

  git clone https://github.com/HubGenixx/Ignite.git
  • Firebase

Ignite uses Firebase as Backend Storage and Authentication

Enable Sign-in with Email and password and Google Sign-in

Courier

  • For Sending Email and Sms Ignite uses Courier Api
  • To know about Courier go through their doc

API Reference

Post all items

  Post /api/send
Parameter Type Description
message string Required. Your API key
to string Required. Your API key
content string Required. Your API key
body string Required. Your API key
title string Required. Your API key
routing string Required. Your API key
methods string Required. Your API key
channels string Required. Your API key
     "message": {
        "routing": {
            "method": "all",
            "channels": [
              "sms",
              "email"
            ]
          },
      "content": {
        "body": Hi how are you",
        "title": "Api Testing "
      },
      "to": {
        "email": "riteshsonawane1372@gmail.com",
        "phone_number": "+91 55654"
      },
      
    }

Appendix

Any additional info

Contributing

Do you think you can improve our app in any means? You can add any kind of value, fix bugs or point out issues. Please read contributing guide and code of conduct before proceeding.

License

Ignite comes with MIT LICENSE

Release

updated as of 10/21/2022 (For android).

Support

For support or feedback, email us at :