A NestJS web app that filters the MCSR Ranked API for matches with at least one death, and displays a link to the Twitch Vod timestamp. The purpose of this is to learn from mistakes, or find entertaining moments.
Requires Node.js and npm.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod