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
- Host: GitHub
- URL: https://github.com/tracy-codes/live-chat-manager
- Owner: tracy-codes
- Created: 2019-02-26T04:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:58:15.000Z (over 3 years ago)
- Last Synced: 2023-03-03T00:18:41.271Z (over 3 years ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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