8000 GitHub - jdan/chessnet: lichess games over telnet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jdan/chessnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chessnet

Lichess games over telnet (and http!)

![chess](https://user-images.githubusercontent.com/287268/103469453-25560f80-4d33-11eb-99ca-dbb747986afc.gif

running your own

TELNET_PORT=1234 HTTP_PORT=1235 node main.js
# in another terminal: telnet localhost 1234, curl localhost:1235

Alternatively, you can run npm start which will run on the default port (23) and use forever because my code crashes a lot.

As-is this service streams the current "tv" game using the Lichess API, but you are welcome to fork and modify it to stream whichever games you'd like!

About

lichess games over telnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0