Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshatvg/agora-whiteboard
A Whiteboard for @AgoraIO made completely from scratch using RTM.
https://github.com/akshatvg/agora-whiteboard
agora education rtm teaching webrtc whiteboard
Last synced: 3 months ago
JSON representation
A Whiteboard for @AgoraIO made completely from scratch using RTM.
- Host: GitHub
- URL: https://github.com/akshatvg/agora-whiteboard
- Owner: akshatvg
- License: mit
- Created: 2020-08-25T15:36:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T04:18:12.000Z (about 3 years ago)
- Last Synced: 2024-10-06T05:05:44.726Z (4 months ago)
- Topics: agora, education, rtm, teaching, webrtc, whiteboard
- Language: JavaScript
- Homepage: https://whiteboard.akshatvg.com
- Size: 482 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agora Whiteboard SDK
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/akshatvg/Agora-Whiteboard-SDK?logo=github&style=social)](https://github.com/akshatvg/) [![GitHub last commit](https://img.shields.io/github/last-commit/akshatvg/Agora-Whiteboard-SDK?style=social&logo=git)](https://github.com/akshatvg/) [![GitHub stars](https://img.shields.io/github/stars/akshatvg/Agora-Whiteboard-SDK?style=social)](https://github.com/akshatvg/Agora-Whiteboard-SDK/stargazers) [![GitHub forks](https://img.shields.io/github/forks/akshatvg/Agora-Whiteboard-SDK?style=social&logo=git)](https://github.com/akshatvg/Agora-Whiteboard-SDK/network)
A Whiteboard for Agora.io made completely from scratch using RTM.
![Generic badge](https://img.shields.io/badge/Agora_Whiteboard-SDK-orange)
#### Link for [demo](https://whiteboard.akshatvg.com)
[![Generic badge](https://img.shields.io/badge/view-demo-orange)](https://whiteboard.akshatvg.com)## Important Links
- [NPM Package](https://www.npmjs.com/package/agora-whiteboard-sdk)
- [Deployed Website](https://whiteboard.akshatvg.com)
- [RTM Documentation](https://docs.agora.io/en/Real-time-Messaging/API%20Reference/RTM_web/v1.0.0/index.html)
- [RTM Quickstart Guide](https://docs.agora.io/en/Real-time-Messaging/messaging_web?platform=Web)
- [Agora.io Website](https://www.agora.io/)
- [GitHub Repository](https://github.com/akshatvg/Agora-Whiteboard-SDK)## Requirements
[![GitHub top language](https://img.shields.io/github/languages/top/akshatvg/Agora-Whiteboard-SDK?logo=javascript&style=social)](https://github.com/akshatvg/)
The source code of this project is written in **`HTML/CSS/JS`**. So, you do not require anything extra to run this project.
## Instructions to run
```bash
$ git clone https://github.com/akshatvg/Agora-Whiteboard-SDK
$ cd Agora-Whiteboard-SDK
$ live-server
``````bash
_____ _ _ __ __
|_ _| | | | \ \ / /
| | | |__ __ _ _ __ | | __ \ V /___ _ _
| | | '_ \ / _` | '_ \| |/ / \ // _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
\_/ |_| |_|\__,_|_| |_|_|\_\ \_/\___/ \__,_|
______
| ___|
| |_ ___ _ __
| _/ _ \| '__|
| || (_) | |
\_| \___/|_|
______ _ _ _ _
| ___ \ (_) | | | | | |
| |_/ / ___ _ _ __ __ _ | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | | _ |/ _ \ '__/ _ \ |
| |_/ / __/ | | | | (_| | | | | | __/ | | __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_| \___(_)
__/ |
|___/
```
## License
**MIT © [Akshat Gupta](https://github.com/akshatvg/Agora-Whiteboard-SDK/blob/master/LICENSE)**
[![GitHub license](https://img.shields.io/github/license/akshatvg/Agora-Whiteboard-SDK?style=social&logo=github)](https://github.com/akshatvg/Agora-Whiteboard-SDK/blob/master/LICENSE)
---------
```javascript
if (youEnjoyed) {
starThisRepository();
}```
-----------