GithubHelp home page GithubHelp logo

shatgupt / buzzer Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 7.0 64 KB

Mobile friendly buzzer web-app that can be used for quizzes.

License: MIT License

JavaScript 14.73% HTML 85.27%
buzzer nodejs mobile html js javascript css

buzzer's Introduction

Buzzer

Simple buzzer for quizzes

Buzzer

Features

  1. Buzzers for both mobile and desktop
  2. Activate or Deactivate(TODO) buzzers after a countdown
  3. Board page for showing countdown and buzz list on a separate screen
  4. Optional password for both host and participants

Usage

  1. Install socket.io, the only dependency:
npm install
  1. Modify following snippet in index.js to set password or leave as is for no password:
// passwords for host and users, keep it null for no pass
const pass = {
  '/host': null, // 'buzzerhost'
  '/user': null  // 'buzzeruser'
}
  1. Start buzzer server (default port is 4000):
node index.js
  1. Connect host, user and optionally board at
http://<server-ip>:4000/host.html
http://<server-ip>:4000/user.html
http://<server-ip>:4000/board.html

License

MIT

buzzer's People

Contributors

shatgupt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.