What to know before beginning 'Random Quote Machine'

@TTomaszito hit the nail on the head here.

Points of emphasis:

  • Get a basic understanding of JSON and AJAX. You will probably need to google a little bit for this, especially on the AJAX part.

  • Sending a GET Request to the api Server

  • Using the response data from the api server and injecting that into your html via jQuery(with .html() or .text() methods).

11 Likes