Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mochipon/sesame-qr-reader
https://github.com/mochipon/sesame-qr-reader
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mochipon/sesame-qr-reader
- Owner: mochipon
- Created: 2021-06-11T19:00:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T05:16:25.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T03:03:24.028Z (29 days ago)
- Language: Vue
- Homepage: https://sesame-qr-reader.vercel.app
- Size: 849 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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).