Skip to content

This project aims to evaluate the Quake 3 game log and provide reports of kills and deaths of players

Notifications You must be signed in to change notification settings

jazielmatoso/quake3-log-report

Repository files navigation

Description

This project aims to evaluate the Quake 3 game log and provide reports of kills and deaths of players

Installation

$ npm i yarn
$ yarn install

Running the app

# development
$ yarn start 

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Available endpoints

Report (grouped information) for each match and a player ranking.

http://localhost:3000/report/kills

Report of deaths grouped by death cause for each match.

http://localhost:3000/report/deaths

About

This project aims to evaluate the Quake 3 game log and provide reports of kills and deaths of players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published