https://github.com/smithclay/gopher-dance-party-frontend
Express application for dancing things.
https://github.com/smithclay/gopher-dance-party-frontend
Last synced: 11 months ago
JSON representation
Express application for dancing things.
- Host: GitHub
- URL: https://github.com/smithclay/gopher-dance-party-frontend
- Owner: smithclay
- Created: 2016-07-26T00:10:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T23:59:08.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T16:43:46.132Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gopher-dance-party-frontend
Quickly made express.js frontend for a creature dance party. Wombats and Gophers currently supported.
Fully Dockerized for extra fun (and on the Docker hub). Docker images automatically built using CircleCI.
## Running
```
node app.js
```
### Configuration
Done via environment variables for lazy.
* `CREATURE_IMAGE` - Path (local or remote) to dancing creature image.
* `DANCE_PARTY_TITLE` - Title of Dance Party
* `STATE_SERVER` - Hostname and port of persistence service (see `gopher-dance-party-dancefloor`)
See also:
* Realtime Communication (socket.io): https://github.com/smithclay/gopher-dance-party-socket
* Persistence (GoLang): https://github.com/smithclay/gopher-dance-party-dancefloor