ServerSentEvents (also known as SSE or Eventsource) firehose of GitHub public timeline
9.6K
ServerSentEvents (also known as SSE or Eventsource) firehose of GitHub public timeline
See an example use of the stream here: https://libraries.io/github/timeline
Clone the repository
git clone https://github.com/librariesio/github-firehose.git
Generate a new GitHub personal access token here: https://github.com/settings/tokens/new
Start the server:
ACCESS_TOKEN=your_personal_access_token node app.js
Receive events here: http://localhost:5001/events
Payloads mirror the event types from the GitHub Firehose, documented here: https://developer.github.com/v3/activity/events/types/
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Copyright (c) 2017 Andrew Nesbitt. See LICENSE for details.
Content type
Image
Digest
Size
24.5 MB
Last updated
over 8 years ago
docker pull librariesio/github-firehose