Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.58 KB

readme.md

File metadata and controls

33 lines (24 loc) · 1.58 KB

Overwatch Map Tracker

The idea of this project is to easily track which OW maps (QP/Comp) you get, and then analyze the frequency of each map occuring.

The UI is a simple web page that can be opened on your mobile device locally, and the server is a light express app to read/write the map log via a CSV file (db.csv).

'Screenshots in emulated mobile mode'

How To Use

  • Run the application (see "How to deploy" below) on your PC
  • When ready, the application will show a QR code - scan it on your mobile device to access the app
  • Click on a map name to log it. The buttons will be locked out for 5 seconds to prevent accidental duplicate records.
  • Toggle "Lock" mode to manually lock the buttons, to avoid accidental clicks
  • Toggle "Analytics" mode to see the latest stats

How to deploy

  1. Clone the repo
  2. Run npm install
  3. Run npm start
  4. Open the URL or QR code shown in console on your mobile device

Attributions / Dependencies