roma-so / matrix-notify-tool

Tiny server which listens to webhook calls from Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix-notify-tool

The tool which notify engineers on Matrix that they have been assigned to the Github Pull Requests.

A barebones Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/roma-so/matrix-notify-tool.git # or clone your own fork
$ cd matrix-notify-tool
$ yarn install
$ yarn start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Tiny server which listens to webhook calls from Github


Languages

Language:JavaScript 72.7%Language:HTML 19.8%Language:CSS 7.5%