Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 789 Bytes

Chairs

Hacked-together tracking of objects by scanning QR codes.

Installation

$ git clone https://github.com/quadnix/chairs
$ cd chairs/server
$ npm install
$ node server.js [port]

Note that for a production instance you'll need to host the server behind a reverse proxy to add SSL. I used nginx/letsencrypt, but the choice is up to you.

Usage

Navigate to the page to see a full overview of all tracked objects. To create a QR code, use your favorite QR code generator to make a QR code pointing at a URL of form http://chairs.kagelabs.org/c/:object_id. Curl http://chairs.kagelabs.org/api/reset to reset the demo.

This project was bootstrapped with Create React App.