rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.96k stars 257 forks source link

Is there a documentation how to use this as a module in a custom CLI node app? #78

Closed carstenmichel closed 4 years ago

carstenmichel commented 4 years ago

I would like to use mapscii as a module in a standalone CLI client to display map information. Is there some documentation available for this planned or ready? Many thanks

jaller94 commented 4 years ago

Uh, sounds interesting. What are you building? Currently not available but planned (without any timeline). A JavaScript developer should have a fairly easy time building a modified CLI application with the code available in src/Mapscii.js.

The most recent statement by the author can be found here: https://github.com/rastapasta/mapscii/issues/27#issuecomment-544001117

I'm closing this as a duplicate of #66.