Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 644 Bytes

stream-dash

Visualising GitHub API event streams

The exercise consists in developing a client-side Angular page that takes as input at least:

This page should display these events in a table, and filter them according to the the inputs (e.g. between two dates).

Requirements

  • Written in Angular
  • Tested
  • Git repository to allow us to build the app

Optionally, the following graphical elements may be added to the page and react accordingly to the filtering:

  • events timeline
  • events pie chart.