https://github.com/drewml/hipchat-connect-express-modern
A modern fork of Atlassian's example "Connect" project. Express 4 + ES2015
https://github.com/drewml/hipchat-connect-express-modern
Last synced: 8 months ago
JSON representation
A modern fork of Atlassian's example "Connect" project. Express 4 + ES2015
- Host: GitHub
- URL: https://github.com/drewml/hipchat-connect-express-modern
- Owner: DrewML
- Created: 2015-11-18T07:28:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T02:13:56.000Z (over 10 years ago)
- Last Synced: 2025-02-01T22:29:08.220Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HipChat Connect - Modern Express Starter
This project is an (unofficial) fork of the example HipChat/Express addon provided by Atlassian. The primary differences are:
1. Upgraded to [Express 4](http://expressjs.com/guide/migrating-4.html) (from 3)
2. ES2015 transpilation (via [Babel](https://babeljs.io/)) configured out of the box for code that runs under node.js
3. ES2015 transpilation + bundling with [rollup.js](http://rollupjs.org/) for code that runs in HipChat webviews
## Requirements
1. Must be using a version of `node.js` >= 5.0.0 (You can technically go lower, but you'll need to change the babel presets installed)
## Usage
Still a WIP.