Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.09 KB

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