Update README.md

This commit is contained in:
Cracker 2021-03-03 13:12:02 +01:00 committed by GitHub
parent 8bf377631a
commit 89b3c10d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard which can easi
- Draw square by pressing "Shift" while drawing (with rectangle tool) - Draw square by pressing "Shift" while drawing (with rectangle tool)
- Indicator that shows the smallest screen participating - Indicator that shows the smallest screen participating
- Keybindings for ALL the functions - Keybindings for ALL the functions
- REST API
- Working on PC, Tablet & Mobile - Working on PC, Tablet & Mobile
## Projects using this Whiteboard ## Projects using this Whiteboard
@ -108,6 +109,13 @@ Call your site with GET parameters to change the WhiteboardID or the Username
- title => Change the name of the Browser Tab - title => Change the name of the Browser Tab
- randomid => if set to true, a random whiteboardId will be generated if not given aswell - randomid => if set to true, a random whiteboardId will be generated if not given aswell
## REST API
You can fully control the whiteboard through a REST API. Explore and test the API for your server version by surfing to: `[yourRootWhiteboardUrl]/apidoc/index.html`
You can see the API for the Demowhiteboard here: [DemoAPI](https://cloud13.de/testwhiteboard/apidoc/index.html)
Note: This API is pretty new, so be sure to use the latest Whiteboard version.
## Configuration ## Configuration
Many settings of this project can be set using a simple `yaml` file, to change some behaviors or tweak performances. Many settings of this project can be set using a simple `yaml` file, to change some behaviors or tweak performances.