This repository was archived by the owner on Mar 5, 2026. It is now read-only.
ECO A openings from wikipedia
Added opening data from Wikipedia (A category; B, C, D, E to soon follow).
To see all Wikipedia-sourced data, run the following:
//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 the eco.json file.
More to come...