public
Description: the code that powers apimaps.org
Homepage: http://guardian.apimaps.org/data.html
Clone URL: git://github.com/RandomEtc/apimaps.git
commit  ce962d1a692be7965c864b972c3f61bde732ed50
tree    ee8f7923867ac4a004cfac2d61704a4ae8b043f2
parent  7f8111d8c49d6361e95e6295c088c053048d46f0 parent  0af924f4b4b874b340712eff26864f7e74a3e3b3
name age message
file LICENSE Loading commit data...
file Makefile
file README
directory doc/
directory lib/
file point-test.html
directory templates/
directory www/
README
This is the BSD-licensed code that powers http://guardian.apimaps.org/

It keeps associations between Guardian article IDs and Yahoo GeoPlanet IDs.

You'll need a Flickr API key and a Guardian API key to get started.

Guardian key goes in:
 - lib/init.php line 7
 - www/geocode.html line 20
 - www/search.html line 17

Flickr key goes in:
 - lib/init.php line 8
 - www/js/flickr.js line 12

There's some hairy javascript and some hairy php here. It was made by Stamen Design.