Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/david-torres/rps-tourney
- Owner: david-torres
- License: gpl-3.0
- Created: 2020-09-04T02:10:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T22:50:39.000Z (over 4 years ago)
- Last Synced: 2024-11-14T23:13:42.913Z (2 months ago)
- Topics: challonge, challonge-api, nuxtjs, rock-paper-scissors, socket-io, tournament-manager, vuejs
- Language: Vue
- Homepage: https://rps-tourney.detour.nyc
- Size: 311 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```