The goal of this project was to learn the proper use of the getJSON and POST methods. The result is a web page that pulls information from the NYC Open Data API. After pulling the information, there is a function that looks for specific results and shows them on a chart using the POST method. The url is https://misdemo.temple.edu/tui95177/apiproject.html.
I learned how to use the getJSON method to pull information from open source APIs. I learned the syntax and I also learned how to loop through the information to get the desired outcomes. I also learned the syntax of the POST method which serializes a form in order to send the information to an endpoint. Finally, I learned how to use the imagecharts API to create a chart with many different characteristics such as type of chart (pie, bar, line, etc.), labels, range, legend, colors, etc.