Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bubblxs/kf-stats

retrieve and display Killing Floor player statistics.
https://github.com/bubblxs/kf-stats

ejs expressjs javascript killing-floor nodejs

Last synced: 4 days ago
JSON representation

retrieve and display Killing Floor player statistics.

Awesome Lists containing this project

README

        

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.