JRJurman / automated-ticket-printer

This project is an automated solution to print tickets and items as they get assigned.
MIT License
11 stars 1 forks source link

GitHub watch #21

Open JRJurman opened 8 years ago

JRJurman commented 8 years ago

This PR introduces a github watch, it is an implementation of #6

Dependency

This project includes an optional dependency on node-github. It wraps the api calls in simple functions which are easy to access when building a watch.

Auth

Auth should be used to view private repos. They can also be used to increase the rate limit from 10 to 30 per minute (although, 10 should be sufficient for most use cases).

github-tracker.js example

This example shows how to build and use a github watch with the ticket-printer system.

Other changes