Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.19 KB

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.