tfluehmann / tt-mobile

PWA and web scraper for swiss table tennis results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TT-mobile

This repository includes an unofficial mobile client for click-TT. It consists of

  • a client powered by Preact
  • a server/webscraper powered by Osmosis

You can view the app here.

Development

First, clone the repository:

git clone git@github.com:czosel/tt-mobile.git
cd tt-mobile

Docker

With docker and docker-compose installed, run

docker-compose up -d

Local installation

Alternatively, install and run the server and client locally:

# server
cd server
npm install && npm start

# client
cd client
npm install && npm start

About

PWA and web scraper for swiss table tennis results


Languages

Language:JavaScript 92.5%Language:CSS 7.1%Language:Dockerfile 0.3%Language:Shell 0.2%