🔥 GitHub Firehose


What is this?

This page is showing the real time public feed of activity on GitHub

Start receiving events in your code with this snippet:

var firehose = new EventSource('http://github-firehose.libraries.io/events');
firehose.addEventListener('event', function(evt) {
  data = JSON.parse(evt.data);
  console.log(data)
});

See the code that powers it here: https://libraries.io/github/librariesio/github-firehose

Copyright (c) 2017 Andrew Nesbitt. See LICENSE for details.