Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

fabfischer/kickbase-plus

Repository files navigation

Kickbase+

About project

this is a "quick and dirty" web client for KICKBASE, which provides all main features like:

  • switching between leagues
  • feed/news listing
  • transfer market
  • accept offers
  • line-up for next matchday
  • league ranking
  • live ranking

kickbase+ supports all devices - means it is responsive.

Extended features

it offers some additional features compared to the official mobile and web app, such as:

  • no ads
  • automatic fetching of daily bonus
  • transfer market:
    • market price trends of the last few days are directly visible
    • dedicated buttons which let you send an offer with one click
    • indication of how many more players you can buy (if your league has a player limit for teams)
    • see if other users bid on a player (unfortunately no longer possible due to API changes)
  • offers by Kickbase:
    • accept or reject offers from Kickbase with just one click
  • line-up:
    • see which player is suspended or injured
    • see which player will play against which team on the next matchday
  • live stats: you can see you current ranking of each matchday live

Demo

you can test the app here: https://kickbaseplus.fabian-fischer.com/

(no tracking, no storing of your credentials. after a successful login, the login token is stored in your browser via LocalStorage. this information is therefore saved ONLY LOCALLY in your browser!)

alternatively you can just check out these fancy gifs (which show an old version of the application):

first demo of kickbase+

second demo of kickbase+

Download and usage

just clone this project on your computer and follow the instructions below.

You can also download the compiled zip here:

https://github.com/fabfischer/kickbase-plus/releases

project setup

tested with node v14

to install all dependencies just run:

npm install

to compile the source code execute the following:

npm run build

if you wish to change or extend some code, you can use the following for development (with hot-reloads)

npm run serve

Contributors


fabfischer

ismailoezcan

Ronny Klein

Bastian

Felix Schulze Sindern

Credits

License

The MIT License (MIT). Please see License File for more information.