I'm building a website that uses a 3rd party API for its data. I can't send these requests from the browser because of CORS. So I have to setup my own server and send the requests from there. I have found tutorials using Express and sending requests that way. But I already an API wrapper via GitHub, I want to use that, it would save a lot of time. I can't find any resources related to using an existing API wrapper on own server and pinging that from Front-End to get the data. Could someone point me in the right direction please?
Submitted September 06, 2020 at 05:39PM by ExplicitG
No comments:
Post a Comment