Readings on JSON
Learning About API’s
- MDN Web Docs. “Client-side web APIs”. 2018.
- Shiffman, Daniel. “Working with data - p5.js Tutorial.” The Coding Train. 2015
- “JSON APIs and AJAX.” freeCodeCamp.
- “How to Use API’s. Learn to Use the Soundcloud API.” Codecademy. 2018
AJAX
Here is some more information from W3Schools on AJAX.
AJAX
jQuery AJAX
Here is some more information on jQuery and AJAX as well.
AJAX and jQuery
Creating plugins
Finally, here is the complete walkthrough on creating a jQuery plugin. It goes into further depth, but I just kept it simple for now.
Create a plugin