Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

owlstronaut/git-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node Github Server Status Flowdock Updater

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published