Tarkov Tools

Build Status

After reading the great post about a single visualization for all ammo types I decided to create one where it automatically updates depending on the "official" spreadsheet.

Then after a lot of feedback from the community I realized that was crap and switched to the one provided by the glorious NoFoodAfterMidnights spreadsheet

This site isn't as pretty as the original chart but instead includes auto-updates and interactivity.

Simply click the type of ammo you wanna see the stats for and voila!

How to use

Running in development

Everything should be pretty straightforward.

Step 1: Install dependencies

npm install

Step 2: Get data

npm run prebuild

Step 3: Start development server

npm start