{"id":22898479,"url":"https://github.com/jhonnold/node-tlcv","last_synced_at":"2025-10-29T16:02:54.067Z","repository":{"id":38083642,"uuid":"394643280","full_name":"jhonnold/node-tlcv","owner":"jhonnold","description":"Tom's Live Chess Viewer for CCRL Broadcasts on the web!","archived":false,"fork":false,"pushed_at":"2025-04-18T02:07:43.000Z","size":4960,"stargazers_count":26,"open_issues_count":16,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-07T23:07:36.964Z","etag":null,"topics":["ccrl","chess","chess-engine","tlcv"],"latest_commit_sha":null,"homepage":"https://ccrl.live","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhonnold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":["jhonnold"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-08-10T12:21:16.000Z","updated_at":"2025-04-28T08:47:05.000Z","dependencies_parsed_at":"2024-05-27T23:12:46.207Z","dependency_job_id":"bf50ca1f-e10b-428c-bcc9-bb50fbd33990","html_url":"https://github.com/jhonnold/node-tlcv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fnode-tlcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fnode-tlcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fnode-tlcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fnode-tlcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhonnold","download_url":"https://codeload.github.com/jhonnold/node-tlcv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968117,"owners_count":21833251,"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":["ccrl","chess","chess-engine","tlcv"],"created_at":"2024-12-14T00:32:30.984Z","updated_at":"2025-10-20T07:34:27.871Z","avatar_url":"https://github.com/jhonnold.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jhonnold"],"categories":[],"sub_categories":[],"readme":"# Node TLCV\r\n\r\nA server implementation of Tom's live chess viewer. Designed to work with Graham Bank's [CCRL](https://computerchess.org.uk/ccrl/4040/) broadcasts. Watch live at [https://ccrl.live](https://ccrl.live/)!\r\n\r\n![screenshot](./.github/screenshot.jpg)\r\n\r\n## Running your own\r\n\r\n### Requirements\r\n- Your own [Tom's live chess server](https://www.chessprogramming.org/TLCS-TLCV)\r\n  - I do not know how TLCS is setup as I do not host any broadcasts myself\r\n- [Node.JS](https://nodejs.org/en/)\r\n  - [pm2](https://pm2.keymetrics.io/) if you'd like to run this in the background\r\n\r\n### Setup\r\n- Create a base config in `config/config.json`.\r\n- It should be of the form: `{ connections: string[] }` where each string is `\u003chost\u003e:\u003cport\u003e`\r\n- Create a `.env` file at the same level as this `README` and specify a `TLCV_PASSWORD`\r\n```bash\r\n# .env\r\nTLCV_PASSWORD=password\r\n```\r\n\r\n### Compile\r\n```bash\r\nnpm install \u0026\u0026 npm run build\r\n```\r\n\r\n### Start the server\r\n- Launches on port 8080\r\n```bash\r\nnode build/src/main.js # runs in foreground\r\n# or\r\npm2 start build/src/main.js # runs in background\r\n```\r\n\r\n### Admin Panel\r\n- Admin panel can be accessed at `/admin`\r\n  - Username is `admin`\r\n  - Password is specified by the `TLCV_PASSWORD` environment variable (see above)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonnold%2Fnode-tlcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhonnold%2Fnode-tlcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonnold%2Fnode-tlcv/lists"}