Skip to content

Scorpibear/ricpa-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RICPA client

Build Status Coverage Status npm version

RICPA client, client for Remote Chess Engine, implemented following RICPA protocol

Install

npm install ricpa-client --save

Examples of usage

const Client = require('ricpa-client');
const client = new Client('http://hostname:port/api');
const itemList = client.getQueue();
client.postFen({fen, depth});
const {fen, depth, bestMove, score, placeInQueue, estimatedTime} = client.getFen({fen, depth});

About

RICPA client, client for Remote Chess Engine, implemented following RICPA protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published