Thanks to visit codestin.com
Credit goes to github.com

Skip to content

📞 Prank your friends with text-to-speech phone calls powered by Twilio and Google’s “machine learning” service.

License

Notifications You must be signed in to change notification settings

krestaino/prankstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

# 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

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

No packages published