1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jake Howard b26f1fc9b6 Build doesnt create extensions anymore 2015-08-24 21:22:14 +01:00
assets Added images locally, and modified build process 2015-08-24 17:54:23 +01:00
chrome (allthethings) 2015-08-24 14:57:19 +01:00
firefox Added images locally, and modified build process 2015-08-24 17:54:23 +01:00
src Added images locally, and modified build process 2015-08-24 17:54:23 +01:00
.gitignore Fixed python build scripts 2015-08-20 19:28:20 +01:00
README.md Updated build instructions 2015-08-20 19:59:58 +01:00
build-js.sh Added images locally, and modified build process 2015-08-24 17:54:23 +01:00
package.json Build doesnt create extensions anymore 2015-08-24 21:22:14 +01:00

README.md

Hipchat Emoticons for all!

Building for yourself

Whilst I recommend that you use the plugins that are on the add-on stores of the respective browsers, building the apps yourself is perfectly possible, and should be self contained within this application. I am building this on Ubuntu 15.04, but your luck may vary on other platforms.

Build Commands

npm install
npm run build

To-Do

  • Add other sites support (currently facebook messages popup only)

Disclaimer:

As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.