UNPKG

fen-analyzer

Version:

Chess FEN (Forsyth-Edwards Notation) positions analyzer. Having FEN as input helps to identify, e.g. how many pieces left on the board

10 lines 164 B
language: node_js node_js: - "node" - "lts/*" install: - npm install -g codecov before_script: - npm install script: - jest --coverage && codecov