Skip to content

afuersch/Wuzlstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wuzlstats

About

Wuzlstats is an open web app for tracking wuzl (tabletop soccer/football, foosball) scores. It's suited ideally to track the score of the wuzl table in your office.

It supports multiple leagues (tenants) per installation and tries to provide as many useful/fun statistics as possible. Wuzlstats works great on your smartphone and updates in real-time across multiple devices.

There is a public instance running at http://wuzlstats.sachsenhofer.com. Feel free to create your own league and start tracking your wuzl scores there. Please take care not to screw up the scores of the other leagues ;-) (Wuzlstats is a completely open system)

Technology

Wuzlstats is built using ASP.NET Core (1.1 RTM for the time being). Data is saved in SQL Server using Entity Framework Core, the real-time (websockets) functionality is provided by SignalR.

Since I'm abstracting on the shoulders of giants, these are the great open source libraries that Wuzlstats is built upon:

Notes for developers

Feel free to fork Wuzlstats, of course I will accept pull requests as long as I think they are useful to everybody.

Make sure you use these pre-release NuGet feeds to get the latest bits:

  • ImageSharp https://www.myget.org/F/imagesharp/api/v3/index.json
  • AspNetCore https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json
  • AspNetCoreTools https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json
  • NuGet.org https://api.nuget.org/v3/index.json

About

Web app to track wuzl (tabletop soccer) score.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.2%
  • JavaScript 31.9%
  • C# 19.5%
  • HTML 4.8%
  • SCSS 0.6%