SpaceApi / website

The spaceapi.io website.
https://spaceapi.io/
16 stars 28 forks source link

Add full fledged getting started guide with static JSON on GitHub pages #128

Open rnestler opened 1 year ago

rnestler commented 1 year ago

I noticed, that since quite some time GitHub pages set the CORS header access-control-allow-origin: *, which means it should work quite well to host static information about a space.

curl -i -L rnestler.github.io 2>&1 |grep access-control
access-control-allow-origin: *