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

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.

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
```