Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 497 Bytes

WebSocket proxy and JavaScript API for The Eye Tribe Tracker

Run

  1. npm install
  2. coffee server.coffee

Example

<script src="http://localhost:6556/eyetribe.min.js"></script>
<script>
  EyeTribe.loop(function(frame) {
    console.log(frame);
  });
</script>

Requirements

License

(The MIT License)