Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mochipon/sesame-qr-reader


https://github.com/mochipon/sesame-qr-reader

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# [QR Code Reader for SESAME smart locks](https://sesame-qr-reader.vercel.app/)

![Vercel](http://therealsujitk-vercel-badge.vercel.app/?app=therealsujitk-vercel-badge)
![License](https://img.shields.io/badge/license-MIT-blue)

Using the official app from CANDY HOUSE, you can share keys via QR code. This tool is designed to read the QR code and display the information contained in it.

All the processing is done on the client side, to make sure that the keys are not exposed.

## For Local Build

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).