[Solved] Create a GET request to Coinbase with JavaScript


Coinbase has a maintained API you can use to fetch the data you need. They support various solutions (REST, Websocket, etc.), depending on your requirements.

Resources for getting started with general web development is an entirely different beast. I would suggest Angular’s Heroes Tutorial, and from there read up on AJAX or Websockets (for the latter, I suggest socket.io).

Expect 100-250 hours work.

solved Create a GET request to Coinbase with JavaScript