This is a web application used to notify your Amazon Alexa device when someone rings this virtual doorbell.
You can print your deployment URL as a QR code so someone who arrives to your door can scan and ring the bell.
- Fork this repo by clicking the button in the top right.
- Add the NotifyMe skill to your Alexa device.
- Add your NotifyMe Access Code as an environment variable called
ALEXA_ACCESS_CODE
. - Deploy to Vercel so that
/api/ring.js
can be executed as a Serverless Function in the cloud. - Add a custom domain name.
- Create a QR code by visiting
https://chart.googleapis.com/chart?cht=qr&chl=https%3A%2F%2Fexample.com&chs=500x500&choe=UTF-8&chld=L|2
and replaceexample.com
with your domain so your visitors will recognize this is your doorbell. - Print your QR Code, laminate it, and post it outside of your door(s).
- Wait patiently for someone to visit and ring your unique doorbell.