Due 16 Feb 2016
Use one or more web APIs to drive a visual and/or interactive sketch. The contents of the sketch are up to you, but make sure to make meaningful use of at least one web API.
You are free to use any programming language and any API, but the most straightforward approach is to use Processing and an API that produces JSON or XML. Use the code from class to build off of if you like.
loadJSONObject
loads a JSON object from a file or the webloadJSONArray
loads a JSON array from a file or the webloadXML
loads an XML document a file or the webloadTable
loads a CSV document a file or the webXML
the type of object that is returned by loadXML
Table
the type of object that is returned by loadTable
JSONObject
the type of object that is returned by loadJSONObject
JSONArray
the type of object that is returned by loadJSONArray
Email me your code as an attachment or a link before Tuesday to get feedback on it. Come to class prepared to present your work, discuss your expeirence, the problems you faced, how you overcame them.