Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/david-torres/rps-tourney

A Rock Paper Scissors Spock Lizard online tournament organizer.
https://github.com/david-torres/rps-tourney

challonge challonge-api nuxtjs rock-paper-scissors socket-io tournament-manager vuejs

Last synced: 1 day ago
JSON representation

A Rock Paper Scissors Spock Lizard online tournament organizer.

Awesome Lists containing this project

README

        

# RPS Tourney

See this live at: https://rps-tourney.detour.nyc

This is a Rock-Paper-Scissors-Spock-Lizard online tournament organizer app. It's built primarily using Nuxt.js (Vue.js), Socket.io, and Challonge.

This project is using assets from [Game-Icons.net](https://game-icons.net)

## Environment Variables

You must define or otherwise set a value for CHALLONGE_API_KEY. More information about the Challonge API at: [Challonge API v1 Documentation](https://api.challonge.com/v1)

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start
```