Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 762 Bytes

Node application that updates your flowdock with the server status of Github, should the status change.

Use: >>> node git-status.js

////////////////////////////////////////////////////////////////////////////////////

Config File: Rename example-config.json to config.json to use

  • flowdock_api_token [required] Used to send chat messages to your flow
  • external_user_name [optional, default="git-status"] Displays the chat username
  • tags [optional default=["git-status"]] adds the tags to the message
{
  "flowdock_api_token": "abcdefghi123456789abcdefghi",
  "external_user_name": "my_git_status",
  "tags": ["example_tag", "example_tag_2"]
}

Output example:
Example