HackGT / buzzer

A robust notification delivery service
MIT License
4 stars 0 forks source link
email event-management georgia-tech hackathon hackgt notifications slack twitter

Buzzer

Buzzer is HackGT's notification system. It works on the basis of plugins, where each plugin represents a different platform that a notification can be sent on.

Plugins

Getting Started

  1. yarn install
  2. yarn dev

How to Use

Buzzer works via GraphQL APIs and you can send messages via the GraphQL playground and view docs at /graphiql. The GraphQL endpoint is /graphql.

Additionally, all messages, whether successful or errored out, will be logged to a MongoDB collection with the appropriate config and message used alongside. You can view the logs via a GraphQL query.