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

A chatbot that provides technical related answers through StackOverflow for HipChat.

License

Notifications You must be signed in to change notification settings

Binary-Eater/hipchat-stackoverflow-bot

Repository files navigation

Atlassian Add-on using Express

Congratulations! You've successfully created a HipChat Connect Add-on using the Express web application framework.

Running your add-on

Install your dependencies.

npm install

On a separate terminal, start up an ngrok tunnel to port 3000.

ngrok http 3000 # if you've got ngrok installed globally

or

./node_modules/ngrok/bin/ngrok http 3000 # local dependency

Copy the https forwarding URL. e.g. https://cace28ac.ngrok.io

AC_LOCAL_BASE_URL=https://cace28ac.ngrok.io node app.js

Your add-on should now be running on localhost:3000 and forwarded to the ngrok https URL.

Use the ngrok https URL to install the add-on to a HipChat room.

What's next?

About

A chatbot that provides technical related answers through StackOverflow for HipChat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published