Loading External Data
Week 9 — Loading external data into Processing, introduction to PHP
Coding Assignment: Create a sketch that loads data into Processing or saves data out of Processing using loadStrings() and saveStrings()/PrintWriter.
Solution: Processing Code
“Greetings From New York” is a digital tourist postcard. The foreground of the card contains the symbolic “greetings from New York”, as seen on countless postcards. The background is made up of up to date traffic information in Manhattan, specifically the 10003 area. The data is provided by Yahoo!’s Traffic API, then parsed for the specific content.

Leave a Reply