2.0.1 • Published 2 years ago

fen-validator v2.0.1

Weekly downloads
68
License
GNU General Publi...
Repository
-
Last release
2 years 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

2 years ago

2.0.0

2 years 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