Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greg-1-anderson/crew-rank-server

Server for Crew Rank; keeps track of game records and returns resulting ladder
https://github.com/greg-1-anderson/crew-rank-server

Last synced: 18 days ago
JSON representation

Server for Crew Rank; keeps track of game records and returns resulting ladder

Awesome Lists containing this project

README

        

# Crew Rank Server

## Running

```
$ make generate
$ make create-non-production-certs
$ make run
```

## Sample Query

```
query {
crewRank {
ladder {
name
overall {
games {
ratio
won
lost
total
}
}
imposter {
games {
ratio
won
lost
total
}
}
crewmate {
games {
ratio
won
lost
total
}
}
}
}
}
```