The Barrel Sweet Board is an app that uses the twilio api to retreive your sms log and display it in a simple, readable format. The app auto updates when new texts are recieved.
Read the story behind the Sweet Board.
- Download files.
- Insert your twilio account credentials into config.php.
$token = 'your-token-here';
$sid = 'your-sid-here';
These can be found by going to your twilio account page and copy & pasting the "AUTH TOKEN" & "ACCOUNT SID" into the file. Then you are set!
You can add a text reply to your users by editing reply.php.
<Response>
<Sms>Hello, thanks for texting the Sweet Board!</Sms>
</Response>
You can edit the number of texts that are included in the vintage sweetness by changing the default in config.php.
$vintage_texts = 10;
- Built by Barrel.
- Concept by Peter Kang.
- Design & development by Jessica Frazelle.