hayatbiralem / eco.json

Encyplopedia of Chess Openings (ECO) json data.
MIT License
46 stars 13 forks source link

adding a few Wikipedia-sourced entries for ECO category A #12

Closed JeffML closed 1 month ago

JeffML commented 1 month ago

Added some ECO category A entries from Wikipedia.

To see changes, run the script:

    //list all eco_wikip references
    const wikip = json.filter(rec => (rec.src==="eco_wikip" || rec.aliases?.eco_wikip))

    console.log(JSON.stringify(wikip, null, 2))

where json is parsed from eco.json