When using the default setup from README.md, I'm getting CORS errors in the browser console. Looking at the code, this makes Ajax calls directly from the browser to the joke web service. I looked over the docs at https://sv443.net/jokeapi/v2/ and they don't support sending CORS headers.
How can I use this with a browser instead of an embedded UI? Thanks.
When using the default setup from README.md, I'm getting CORS errors in the browser console. Looking at the code, this makes Ajax calls directly from the browser to the joke web service. I looked over the docs at https://sv443.net/jokeapi/v2/ and they don't support sending CORS headers.
How can I use this with a browser instead of an embedded UI? Thanks.