No description
  • Vue 75.5%
  • TypeScript 19.6%
  • HTML 3.5%
  • JavaScript 1.1%
  • Batchfile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-03 13:23:54 +02:00
.github/workflows Update node.js.yml 2023-06-01 12:50:19 +02:00
public update og_image 2023-07-07 13:59:37 +02:00
src update hostname 2023-09-03 13:23:54 +02:00
.browserslistrc init 2023-03-15 18:47:12 +01:00
.editorconfig add gamemode filter and multiselection 2023-06-21 13:10:37 +02:00
.eslintrc.js remove duplicate eslint rule 2023-06-21 13:20:47 +02:00
.gitignore Add lazy loading 2023-06-01 10:28:04 +02:00
babel.config.js init 2023-03-15 18:47:12 +01:00
package-lock.json add package lock 2023-06-21 13:24:27 +02:00
package.json upgrade plugins 2023-06-21 12:08:30 +02:00
publish.cmd remove dist directory after publish 2023-06-01 10:59:52 +02:00
README.md Update README.md 2023-04-04 12:37:44 +02:00
tsconfig.json add gamemode filter and multiselection 2023-06-21 13:10:37 +02:00
vue.config.js Add lazy loading 2023-06-01 10:28:04 +02:00

toneapi_webclient

Tone is an API that allows Northstar players to track their kill statistics : https://toneapi.github.io/ToneAPI_webclient/

If you want your server to appear on this website, you can download the server side mod from here

The server side mod will send kills data to Tone API, which will then process them.

You will have to set a personal token for the mod to work, please ask me for one on Discord

Alternatively, you can selfhost your own backend here

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.