Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 648 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 648 Bytes

polling-thing

This is a simple client-side app built with angularjs and twitter bootstrap.

It polls the github issues on yourpalal/polling-thing once per second.

It is implemented in three files:

  • index.html: which handles displaying the issues using angular templates
  • issues.js: a simple angular controller that uses the $timeout and $http angular service to fetch the github issue data
  • style.css: a bit of custom styling

running

You can try this out on your own computer by running python -m SimpleHTTPServer