Hipchat Cinema
To run this tiny application locally do the following:
- Configure and launch ngrok with:
ngrok http 8080
- Note down the unique https URL generated by ngrok for you.
- Use the URL to pass the proper configuration to the Go program:
BASE_URL=https://808cf232.ngrok.io go run main.go
- Go to the integrations section of your HipChat room and insert the URL to your running add-on (i.e.
https://808cf232.ngrok.io/atlassian-connect.json
).