Giter Club home page Giter Club logo

vdon-invite's Introduction

vdon-invite

Invite link generator for the vdo.ninja website. Add panels or change the order by tweaking data.json. Steve keeps a copy under invite.obs.ninja (thanks Steve!) or you can directly access the code of this repo under jcalado.github.io/vdon-invite.

Data format

The data json is an Array of entries following this format:

{
    "title": "Sharing types",
    "description": "Limit the types of content your guests are allowed to share.",
    "answers": [
        {
            "label": "Allow all",
            "type": "radio",
            "params": "",
            "group": "allowed_devices",
            "selected": true
        }
    ]
}

title is self explanatory.
description Shows when clicking the information icon on each panel.
label is self explanatory.
"type": "radio" for radio buttons. Use with unique group strings. "type": "toggle" for single on/off params.
"type": "text" for text user input params, such as filters, labels, etc.
params is the param name in question, eg: "&autostart".
selected can be true or false. Use with radio buttons to set default value.

Thanks to

AES.js - URL obfuscation - Site
randomName.js - Random room name generation - Site

vdon-invite's People

Contributors

filiptronicek avatar jcalado avatar steveseguin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ozenc multystream

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.