# clone repo
git clone [email protected]:krestaino/prankstr.git
# install express server dependencies
cd prankstr
npm install
# setup environmental variables (refer to .env.template)
touch .env
echo "TWILIO_API=<STRING>" >> .env
echo "TWILIO_SID=<STRING>" >> .env
echo "TWILIO_PHONE=<NUMBER>" >> .env
echo "SERVER_PORT=<NUMBER>" >> .env
echo "APP_URL=<STRING>" >> .env
# install frontend app dependencies
cd app
npm install
# build frontend app
npm run build
# start express server at localhost:<SERVER_PORT>
cd ../
npm start-
Notifications
You must be signed in to change notification settings - Fork 6
📞 Prank your friends with text-to-speech phone calls powered by Twilio and Google’s “machine learning” service.
License
krestaino/prankstr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
About
📞 Prank your friends with text-to-speech phone calls powered by Twilio and Google’s “machine learning” service.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published