marvelsdb icon indicating copy to clipboard operation
marvelsdb copied to clipboard

Deck compare app

Open gcmznt opened this issue 4 years ago • 1 comments

Hi everyone, I am trying to create a web app to compare decks, find conflicting cards, and so on. I am using your API an I want to ask you if I am using them correctly or not.

By now I call the APIs to retrieve public decklist and cards. To avoid too many API calls I store every response in the localstorage of the browser keeping it valid for at least 7 days.

You can check the sources here: https://github.com/gcmznt/deck-compare And you can see a test version here: https://decks-compare.giko.it/

I don't want to go on with this project without your permission. So I want just ask you if you like this project and if you have any suggestion.

Thank you for your work!

gcmznt avatar May 30 '21 18:05 gcmznt

You can do whatever you want with the api, that is what it is for. Caching the api requests is good and helps make sure you dont overload the server.

Kamalisk avatar Jun 27 '21 15:06 Kamalisk