SpaceAPI Endpoint Service (Trigger warning, javascript)

Continuing the discussion from Dashy:

@theban I’m currently rewriting our spaceapi endpoint code to be universal for all hackerspaces, by turning it into a CRUD API that anyone can submit data to, provided the data is in the spaceapi spec ( http://spaceapi.net/ for deets).

It’ll have a json endpoint for spaceapi to pull from and a config endpoint for the static data required to be set (Hackerspace name, location, etc).

Current code is at https://github.com/nog3/hsbne-spaceapi but I’ll probably be forking the rewrite into its own repo :slight_smile:

1 Like