Palindrom icon indicating copy to clipboard operation
Palindrom copied to clipboard

Document and test usage of Palindrom as a Node client

Open warpech opened this issue 6 years ago • 3 comments

Looking at the source code of the PR https://github.com/Palindrom/Palindrom/pull/227, I assume that it is already possible to use Palindrom.js as a client on Node. However, we need to add tests and docs for such scenario.

warpech avatar May 15 '19 11:05 warpech

However, we need to add tests and docs for such scenario.

The tests do run in Node and test all Palindrom features that are tested in the browser. See this. runner-node.js runs the tests in Node.

alshakero avatar May 15 '19 12:05 alshakero

@warpech What do you consider sufficient check and proof given what stated above?

I was thinking that maybe we should create (and maintain?) sample apps, like command line node app that works with https://github.com/Starcounter/HelloWorld/ But I'm not sure whether it's an overkill.

tomalec avatar Jun 03 '19 16:06 tomalec

We agreed with @tomalec that the only thing left is docs. As an example, I will show how to use Palindrom within Node REPL:

Screenshot 2019-06-04 at 10 46 45

warpech avatar Jun 04 '19 08:06 warpech