Skip to content

Releases: chess-centre/players

v1.0.2-alpha (September 7, 2020)

07 Sep 13:52
Compare
Choose a tag to compare
Pre-release

This provides a nice NodeJS implementation to download FIDE published xml data.

This allows you to do any of the following:

  • Access full list of FIDE rated players in JSON
  • Operate on list of players i.e .sort() .find() & .filter()
  • Access legacy lists of FIDE rated players in JSON

Why would I use this?

  • Populate your own data store, ideal for mongodb
  • Quickly access the data you need i.e full list of players by nationality

Note: this not an officially endorsed library, this is using publicly available data at: https://ratings.fide.com/download_lists.phtml

v1.0-alpha (September 6, 2020)

06 Sep 22:27
Compare
Choose a tag to compare
Pre-release

This provides a nice javascript wrapped around the downloadable FIDE published xml data.

This allows you to do any of the following:

  • Access full list of FIDE rated players in JSON
  • Operate on list of players i.e .sort() .find() & .filter()
  • Access legacy lists of FIDE rated players in JSON

Why would I use this?

  • Populate your own data store, ideal for mongodb
  • Quickly access the data you need i.e full list of players by nationality

Note: this not an officially endorsed library, this is using publicly available data at: https://ratings.fide.com/download_lists.phtml