fixme-lausanne / hackerspaces_ch

The site that was hackerspaces.ch
http://hackerspaces.ch
5 stars 1 forks source link

Spaceapi #6

Closed rorist closed 11 years ago

rorist commented 11 years ago

Merge spaceapi data into hackerpsaces.org data, better detection of space api in the scrapper, test the scrapper against other countries (france, germany).

gcmalloc commented 11 years ago

There is some issue with the more complex elements in the json of the space api. For example, the value corresponding to the contact key is an object and should be handled in a special manner. You could for example detect if sub-keys are present and split them in their separate subsection.

rorist commented 11 years ago

Yes, you told me you wanted to handle the events, so i let the merge as is. We have to find a generic way to display dictionnaries (as a "card" maybe) and list (as simple str list)..

rorist commented 11 years ago

I just added object support.