Generate Jitsi and Riseup pad links and dial-in details for your meetings 🤙 https://horizonevent.doesthisthing.work
Go to file
3wc b3c7d3021b Fix link href= 2020-12-13 13:56:48 +02:00
public Update HTML title 2020-11-13 04:07:52 +02:00
src Fix link href= 2020-12-13 13:56:48 +02:00
.gitignore Initialize project using Create React App 2020-11-12 20:13:19 +02:00
README.md Fix link href= 2020-12-13 13:56:48 +02:00
package.json Working Jitsi ID lookup 🥳 2020-11-13 02:39:11 +02:00
yarn.lock Working Jitsi ID lookup 🥳 2020-11-13 02:39:11 +02:00

README.md

horizonevent

set up meetings with a Jitsi link and phone dial-in and a Riseup pad for notes, fairly quickly.

https://horizonevent.doesthisthing.work

development

git clone https://git.autonomic.zone/3wordchant/horizonevent.git
cd horizonevent
yarn start

then when you're ready to deploy, run yarn build and copy the build/ directory to a webserver somewhere.

todo

  • small-screen responsiveness
  • add options for:
    • disabling Riseup pad link
    • which countr(ies'/y's) phone number(s) to show
    • Jitsi server URL
  • "copy to clipboard" button
  • Zoom tidier - strip redundant numbers and clarify formatting of the gruesome invite text
  • slugify entered meeting name to get URLs
  • room name security checks
  • continuous deployment
  • query string / JS history API for bookmarkable URLs
  • transitions

credits