Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 670 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 670 Bytes

🛰️ update-relay

License: MIT

App which relays your message to multiple channels

💪 Supported Channels:

Message relays to these channels are currently supported:

  • Slack
  • Jira Cloud
  • Email (WIP)

📖 How to use:

  1. Clone the repo
  2. Run the React App and http://localhost:3000 should open up in your browser
cd ./update-relay
npm start
  1. Add the Keys and Token values in the ./backend/.env file
  2. Start the backend service
cd ./backend
go run main.go
  1. Post updates using the form in http://localhost:3000