Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bubblxs/kf-stats
- Owner: bubblxs
- Created: 2024-08-12T16:37:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:04:35.000Z (about 2 months ago)
- Last Synced: 2024-11-03T07:24:39.671Z (about 2 months ago)
- Topics: ejs, expressjs, javascript, killing-floor, nodejs
- Language: EJS
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.