An open API service indexing awesome lists of open source software.

https://github.com/stuartmcgill/sumo-head2head

Visualisation of Makuuchi division head-to-head records
https://github.com/stuartmcgill/sumo-head2head

Last synced: 4 months ago
JSON representation

Visualisation of Makuuchi division head-to-head records

Awesome Lists containing this project

README

          

# Sumo head-to-head

![Code coverage badge](https://github.com/stuartmcgill/sumo-head2head/blob/image-data/coverage.svg)

This web app shows the head-to-head records of Sumo wrestlers in the top Makuuchi
division.

# Installation

- Download this respository
- `composer install`
- `php -S localhost:8080 -t public public/index.php` or `symfony serve --no-tls`

# Dependencies

_Sumo head-to-head_ is a [Symfony](https://symfony.com/doc/current/setup.html) web app.
The front-end was developed using [Vue.js](https://vuejs.org/), and the data is
sourced from https://sumo-api.com/. The photos are sourced from https://sumodb.sumogames.de/.

# Preview

![Screenshot](https://github.com/stuartmcgill/sumo-head2head/blob/main/screenshots/demo.png)