VladimirMikulic / sms-gaming

๐ŸŽฎ Gaming platform powered by Twilio SMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŽฎ Gaming platform powered by Twilio SMS.

๐Ÿ“ฆ Installation (development)

# Clone the project
git clone https://github.com/VladimirMikulic/sms-gaming.git
# Enter the project's folder
cd sms-gaming
# Install dependecies
npm i
# Start the development server
npm start

After you've started the development server, follow this guide which will explain to you how to send WhatsApp messages from your phone to your Twilio number.

In the development, place your environment variables in .env file. The file is automatically loaded when server starts. (Required environment variables are mentioned below)

โ˜๏ธ Deployment

To deploy the server to production, you'll need a cloud hosting provider. Some of the popular ones are Heroku, Digital Ocean and AWS.

The server needs these environment variables to run:

  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN
  • SESSION_SECRET

๐Ÿ“ธ Screenshots

  • Play alone or join others, your choice!


























  • Games that you'll enjoy! (Left: Hangman, Right: Trivia)


























๐Ÿ‘จ Author

Vladimir Mikulic

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

๐Ÿป Credits

Logo design is provided by Freepik. โค๏ธ

๐Ÿ“ License

This project is licensed under MIT license.

๐Ÿ‘จโ€๐Ÿš€ Show your support

Give a โญ๏ธ if you like this project!

About

๐ŸŽฎ Gaming platform powered by Twilio SMS.

License:MIT License


Languages

Language:JavaScript 100.0%