codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Embed map into other websites too #441

Closed oana-sipos closed 7 years ago

oana-sipos commented 7 years ago

To investigate and inform Germany's ambassadors

mitio commented 7 years ago

One thing that can be used is this URL:

http://events.codeweek.eu/map/

It shows only the map and it can be embedded in an iframe. It can be improved by making the map use the full height of the window and by allowing some filtration of the events or setting a custom map zoom/center via query parameters.

There's also an API, which can be used for fetching info about the events.

oana-sipos commented 7 years ago

Thanks @mitio for shedding some light into this.