Navigation Menu

Skip to content

jayasurian123/fen-validator

Repository files navigation

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

About

Validate the Chess FEN notation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published