Public shackspace api currently hosted at https://api.shackspace.de/
Provides endpoints ( see app/application.coffee and config.coffee )
- /v1/space -> http://api.shack/v1/portal
Implemented by internal api-space - /v1/stats/portal -> http://api.shack/v1/stats/portal
Implemented by internal api-space - /v1/spaceapi
Implemented here but fetches open-state from internal api-space - /v1/online -> http://api.shack/v1/online
Implemented by internal api-space - /v1/plena/next
Implemented here - /v1/feinstaubalarm
Implemented here
- make sure node.js and roots are installed
- clone this repo down and
cdinto the folder - run
npm install - run
roots watch - ???
- get money
- If you just want to compile the production build, run
roots compile -e productionand it will build to public. - To deploy your site with a single command, run
roots deploy -to XXXwithXXXbeing whichever ship deployer you want to use.