Giter Site home page Giter Site logo

ignite's Introduction

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": "[email protected]",
        "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 :

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.