https://github.com/gmittal/kensa
MMS-based QR code scanner.
https://github.com/gmittal/kensa
mms nodejs twilio
Last synced: about 1 month ago
JSON representation
MMS-based QR code scanner.
- Host: GitHub
- URL: https://github.com/gmittal/kensa
- Owner: gmittal
- Created: 2014-11-11T21:25:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T06:00:30.000Z (over 9 years ago)
- Last Synced: 2025-01-24T16:44:45.933Z (over 1 year ago)
- Topics: mms, nodejs, twilio
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kensa
===========
Scan and generate QR codes through SMS/MMS messages.
### Setup
Install server dependencies.
```
$ [sudo] npm install
```
Add ```.env``` file with the following variables:
```
TWILIO_ACCOUNT_SID=XXXXXXXXXXXXXXXXXXX
TWILIO_AUTH_TOKEN=XXXXXXXXXXXXXXXXXXX
```
Start the server.
```
$ node app.js
```