Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannonmoeller/pardy
Websocket-based trivia game.
https://github.com/shannonmoeller/pardy
Last synced: 20 days ago
JSON representation
Websocket-based trivia game.
- Host: GitHub
- URL: https://github.com/shannonmoeller/pardy
- Owner: shannonmoeller
- License: mit
- Created: 2016-05-27T18:05:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T23:24:56.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T16:18:51.320Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# pardy
[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url]
Websocket-based trivia game.
# Requirements
- Node 6+
- NPM 3+
- Evergreen Browser# Installation
$ git clone https://github.com/shannonmoeller/pardy.git
$ cd pardy
$ npm install
$ npm start# Usage
- Play: http://localhost:3000
- Host: http://localhost:3000/host
- View: http://localhost:3000/view# Deployment
I recommend deploying with [Heroku](https://www.heroku.com). I'd rather use [now.sh](https://now.sh), but that has had some serious performance issues with deploying and websockets (as of 2016-01-31).
1. Create a [Heroku](https://www.heroku.com) account (the free tier works great).
2. Install the [Heroku CLI](https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up).
2. Clone this repo.
3. From within the repo directory, [deploy the app](https://devcenter.heroku.com/articles/getting-started-with-nodejs#deploy-the-app).----
MIT © [Shannon Moeller](http://shannonmoeller.com)
[downloads-img]: http://img.shields.io/npm/dm/pardy.svg?style=flat-square
[npm-img]: http://img.shields.io/npm/v/pardy.svg?style=flat-square
[npm-url]: https://npmjs.org/package/pardy