Hey, nice site, I was looking into API's and such for my simple site: http://feed.football what API are you pulling that data from and how did you hide the key on the front end?
Hi, sorry Im not sure on the API being used. But just to let you know you can access an API by creating your own endpoint to call, which then calls the target API. In which case your not exposing the target API's key as its backend code. Then you can ensure only your users are using their particular key and for example rate limit them yourself.
Hope this helps