bestmovedb
Database of chess best moves with FEN as a key. Stores FENs in normalized state, removing en passant note if en-passant is not allowed.
Install
npm install bestmovedb --save
Usage
const DB = ;const db = ;db;db;const json = db;//...const db2 = ;db2; // db2 is in the same state as db now