14 lines
231 B
Markdown
14 lines
231 B
Markdown
# bigbluebutton-graphql
|
|
|
|
This is a demonstration client that connects to BigBlueButton graphql API.
|
|
|
|
to run it:
|
|
|
|
```sh
|
|
git clone https://github.com/iMDT/bigbluebutton-graphql.git
|
|
cd bigbluebutton-graphql
|
|
npm install
|
|
npm start
|
|
```
|
|
|