An open API service indexing awesome lists of open source software.

https://github.com/tracy-codes/live-chat-manager

Live Chat Manager inspired by Coding Garden
https://github.com/tracy-codes/live-chat-manager

Last synced: 22 days ago
JSON representation

Live Chat Manager inspired by Coding Garden

Awesome Lists containing this project

README

          

# Live Chat Manager

- [x] Setup Sever
- [x] Create an API Key
- [ ] Call API with setTimeout to get latest chat messages
- [x] https://developers.google.com/youtube/v3/live/docs/liveChatMessages
- [ ] Keep in-mem array of all messages
- [ ] Append new messages as they appear
- [ ] Emit new messages with socket
- [ ] GET route for all latest messages

- [ ] Setup Client
- [ ] Get request for latest messages
- [ ] Show all messages on page
- [ ] Listen for new messages with socket.io
- [ ] Append new messages as they appear
- [ ] Click a message to "mark as read"
- [ ] Set a grey font/remove from list

## Stretch

- [ ] Select a comment to highlight/pin