UCI
NOTE:This version is not backwards compatible with 0.2.x series of releases.
UCI is a thin wrapper on a uci interface chess engine.
Installation
Make sure you have node.js installed. Then do:
$ npm install uci
Example
var Engine = ;var engine = '<path to engine executable>';engine;
API
See here for API reference.
Contributing
Fork, pick an issue to fix from issues or add a missing feature and send a pull request.
License
UCI is released under the MIT License. See the bundled LICENSE file for details.