Skip to content

mnixo/github-events-watcher

Repository files navigation

GitHub Events Watcher

Build Status

GEW is a small web application that periodically requests the events related to a given GitHub organization, via the GitHub API.

Try it here!

Parameters

Authentication

Authentication is not required but it is recommended, as it significantly increases the number of allowed requests to the GitHub API (read more about GitHub API Rate Limiting) and allows fetching private organization events (if the authenticated user is an organization member).

Basic and token authentication are available.