A Vue.js wrapper for the beautiful date-range picker made by the Baremetrics team._
The Vue-Baremetrics date range picker is a simplified solution for selecting both date ranges and single dates all from a single calender view. With a revamped minimalistic redesign.
First, create a .env file with the following information:
TWILIO_ACCOUNT_SID=...
TWILIO_AUTH_TOKEN=...
TWILIO_NUMBER=...
DATABASE_URL=...
To begin, run the program locally in the front-end directory
npm run dev
In another terminal, run ngrok as such:
ngrok html 3000
Now, with the routed URL we see in ngrok, put the URL as the URL for the webhook for the number you want to be responding to in your twilio account.