Skip to content

Instantly share code, notes, and snippets.

@pkkr
pkkr / ISS.pde
Created November 11, 2015 23:17 — forked from denkspuren/ISS.pde
Track the International Space Station (ISS) with Processing
// http://open-notify.org/Open-Notify-API/ISS-Location-Now/
// https://developers.google.com/maps/documentation/static-maps/intro
// https://developers.google.com/maps/documentation/static-maps/
JSONObject json;
double latitude, longitude;
int zoomVal = 3;
PImage img;