meeting-mood

command module
v0.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2023 License: MIT Imports: 13 Imported by: 0

README

Meeting Mood

Release Build Status Mergify Status Go Gitpod Ready-to-Code

screenshot.png

Consensus hand signals for online meetings

Installation:

This application needs to be run somewhere with a public IP so that people can connect to it. There is a development version running but it may break at any point.

The easiest way of doing this is to deploy this repository as a Dokku app. We presume that you can also push it as a Heroku app, but that is untested.

There are a number of other ways you can get hold the binary to run:

  • Download the appropriate binary from the latest release
  • Clone this repo and run go build

If you are running the binary outside of Dokku/Heroku then it will listen on port 8844 by default.

Configuration Options

You can optionally:

  • Specify the environment variable PORT=8080 or pass the flag --port 8080 to override the port number
  • Put a footer.html in your current directory, and the contents will be displayed as a footer.

Usage

  1. Open a web browser to the web server and you'll see a button to create a room. This will create a room and put you in it.
  2. Share the address in the address bar with other members of the meeting.
  3. Set your username (this will be saved in a cookie)
  4. Press buttons to make hand signals
  5. Press x to stop making a hand signal

Development

For purely-frontend development we provide a handy docker-compose environment which will let you make changes to the html without needing Go.

Running docker-compose up will launch a Caddy proxy listening on http://localhost:8800/ as well as building and launching the checked-out Go code. You can then make changes to index.html, room.html, and anything in the assets directory and refresh the browser without needing to rebuild any of the backend components.

Donations

ko-fi

License

meeting-mood is released under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL