2.0.1 • Published 1 year ago

fen-validator v2.0.1

Weekly downloads
68
License
GNU General Publi...
Repository
-
Last release
1 year ago

CircleCI

fen-validator

Library to validate the Chess FEN notation

install

npm install fen-validator

usage

// ES6
import validateFEN from 'fen-validator';

// commonJS
const validateFEN = require('fen-validator');

validateFEN('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR b KQkq - 0 1'); // true

License

GNU GENERAL PUBLIC LICENSE V3

2.0.1

1 year ago

2.0.0

1 year ago

1.4.2

3 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.0

8 years ago