abenzer / represent-map

Visualize your startup community on a custom Google map. Based on the code for http://represent.la
http://represent.la
357 stars 189 forks source link

API (Json or XML) #20

Open galex opened 11 years ago

galex commented 11 years ago

Hello,

As I would like to develop a mobile app to provide an easy access to a represent-map website on Android and iOS I would like to have an "API" with an url like "/api.php" which will present the same data as the website but in a JSON or XML format.

Cheers, Alexander

abenzer commented 11 years ago

Really cool idea. Maybe each map could just have it's own generated XML file with marker data?

Feel free to develop it and issue a pull request! :)

galex commented 11 years ago

What do you mean by each map? There's multiple maps in this project? I'm going for json, much more easy thanks to json_encode for now.

galex commented 11 years ago

Why isn't Type a reference table?

abenzer commented 11 years ago

It probably should be one. Go for it!