This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

grpshuffle-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

grpshuffle-client for Node.js

grpshuffle-client-server

Start the client-server using the express.

Pre-Requirement

Build grpshuffle server

cd ../
make server

Launch grpshuffle server

../server

Getting started

Launch groshuffle client-server

npx -p grpshuffle-js -c "grpshuffle-client-server"

Access client-server

curl "localhost:8080/shuffle?divide=2&targets=a,11,15"
{"result":{"combinations":[{"targets":["15","a"]},{"targets":["11"]}]}}

Development

Setup

npm install

npm i

Generate library

make

Publish

See release-node.yaml.

/grpshuffle-js/

    Package Sidebar

    Install

    npm i grpshuffle-js

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    53.4 kB

    Total Files

    16

    Last publish

    Collaborators

    • korosuke613