Skip to content

DontEatRice/Server-Stats-WOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Stats WOT 📈

This site provides statistics of last 48 hours online players on all available World of Tanks servers. You can also check the average number of online players in last week or month

Data harvesting scripts here

How does it work:interrobang:

Client-side javaScript is making GET request to API for data and then it generates the Chart.js charts

Run code!

  1. Create .env file that looks like this ✔️
    DB_LINK=<mongoDB connection string>
    APP_ID=<your WG API ID>
    
    WG API
  2. Install modules using npm ✔️
    npm install
  3. Run script! ✔️
    node .\bin\www