HackerspaceBremen / open_space_notifier

This repository holds the source code of the open space notifier, which is a backend for serving the SpaceAPI. The backend is hosted on an Google App Engine instance and written with Java.
3 stars 1 forks source link

Realize Plugins #61

Open steveliedtke opened 10 years ago

steveliedtke commented 10 years ago

To open the backend to other hackerspaces a Plugin API would be perfect. With this additional functionality can be added to the backend, i.e.:

With the plugin api it should be possible to create additional url pathes, add additional login mechanisms and add additional notifiers (i.e. twitter notifier). This should be the basic functionality