AnaCaceres / typescript-surveillance-kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surveillance System Kata

We want to create a Surveillance System that records video when something is detected. We have purchased two devices:

  • A sensor that will be able to send us an event when starts detecting, and another event when stops detecting.
  • A video recorder that we can invoke via API to start and stop recording.

Test and implement the necessary code for making those components interact.

About


Languages

Language:HTML 48.3%Language:TypeScript 21.0%Language:JavaScript 19.1%Language:CSS 11.7%