I'm guessing this is not something that Nuxt is ready to handle, but it can't hurt to ask. I'm using the OpenExchangeRates API to get exchange rates and change prices according to a country set in the Vuex store. This works fine, but the API only allows 1000 calls/month. Refreshing once an hour is fine with me, but is there any way to manage this using Nuxt? Is it possible to save the JSON response locally, and fetch that instead if it's not an hour old yet? It's trivial to implement in for example PHP, but not sure if it's possible in this case. Thanks!
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1498">#c1498</a>)</em></sub></div>