Skip to content

retrieve and display Killing Floor player statistics.

Notifications You must be signed in to change notification settings

bubblxs/kf-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kf stats

retrieve and display Killing Floor player statistics

requirements

  • Node.js version 20.x or later.

installation and usage

git clone https://github.com/bubblxs/kf-stats.git
cd kf-stats && npm install
npm run dev

or

npm run start

open your browser and go to http://localhost:4242 to interact with the application.

dependencies

  • Cheerio: for web scraping;
  • Express.js: for server-side framework;
  • EJS: for templating and rendering HTML pages;
  • Fast XML Parser: for parsing xml data.