WojtekTB / Chesscom-to-lichess-games

This is a chrome AND firefox extension for one click import of chess.com games to lichess!
MIT License
46 stars 9 forks source link

Cache game analysis #20

Closed WojtekTB closed 8 months ago

WojtekTB commented 9 months ago

Cache the links to the imported games so that we do not import the same games to Lichess more than once if possible.

Will save on number of API calls for Lichess and should be faster in most cases.

Need to find if there is a limit on amount of data you can put in local storage.