{"id":14979707,"url":"https://github.com/spedrickson/ytchat-frontend","last_synced_at":"2025-08-22T07:19:16.420Z","repository":{"id":181130137,"uuid":"463304341","full_name":"spedrickson/ytchat-frontend","owner":"spedrickson","description":"Quasar chat history frontend for ytchat-backend","archived":false,"fork":false,"pushed_at":"2024-08-10T19:55:51.000Z","size":2147,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-29T03:21:52.637Z","etag":null,"topics":["mongodb","python","python3","quasar-cli","quasar-framework","vue","vue3","youtube","youtube-channel","youtube-live-chat","youtube-livestream"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spedrickson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-24T21:17:30.000Z","updated_at":"2024-08-10T19:55:54.000Z","dependencies_parsed_at":"2024-08-10T21:15:20.038Z","dependency_job_id":null,"html_url":"https://github.com/spedrickson/ytchat-frontend","commit_stats":null,"previous_names":["spedrickson/ytchat-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spedrickson%2Fytchat-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spedrickson%2Fytchat-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spedrickson%2Fytchat-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spedrickson%2Fytchat-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spedrickson","download_url":"https://codeload.github.com/spedrickson/ytchat-frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858899,"owners_count":16556039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mongodb","python","python3","quasar-cli","quasar-framework","vue","vue3","youtube","youtube-channel","youtube-live-chat","youtube-livestream"],"created_at":"2024-09-24T14:00:31.780Z","updated_at":"2024-10-11T20:01:59.079Z","avatar_url":"https://github.com/spedrickson.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ytchat-frontend\n\n## About\nThis was started as a practice project to learn the Quasar framework. It integrates with the related ytchat-backend and a MongoDB instance to render chat history for YouTube live chats.\n\n\n## Limitations\nCurrently, the app takes an environment variable to determine where it should query for chat history. Since the related ytchat-backend program only works with a single YouTube channel as of now, this means multiple instances of ytchat-frontend would be required for multiple YouTube channels.\n\n## Configuration\nThe backend URL needs to be set as an environment variable before starting:\n\n```bash\n# bash\nYTCHAT_FRONTEND_API_URL=...\n```\n\n```bash\n# powershell\n$env:YTCHAT_FRONTEND_API_URL = \"...\"\n```\n\n\n#### Supported variables\n| Variable                | Purpose                                                            | Default                                              |\n|-------------------------|--------------------------------------------------------------------|------------------------------------------------------|\n| YTCHAT_FRONTEND_API_URL | API URL for the ytchat-backend instance the frontend should query. | `https://ytchat-api.ngrok.io/api` (API key required) |\n\n## Install the dependencies\n\n```bash\nyarn\n```\n\n### Start the app in development mode (hot-code reloading, error reporting, etc.)\n\n```bash\nquasar dev\n```\n\n### Lint the files\n\n```bash\nyarn lint\n```\n\n### Format the files\n\n```bash\nyarn format\n```\n\n### Build the app for production\n\n```bash\nquasar build\n```\n\n### Customize the configuration\n\nSee [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspedrickson%2Fytchat-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspedrickson%2Fytchat-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspedrickson%2Fytchat-frontend/lists"}