/Twilio

SMS sending and Twilio Verify tests

Primary LanguageJavaScript

📗 Table of Contents

📖 Twilio

Twilio is used for SMS sending and Twilio Verify tests

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • SMS

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Ruby

Setup

Clone this repository to your desired folder:

using HTTPS:

  git clone https://github.com/ElsonOtake/Twilio.git
  cd Twilio

using an SSH key:

  git clone git@github.com:ElsonOtake/Twilio.git
  cd Twilio

using GitHub CLI:

  git clone gh repo clone ElsonOtake/Twilio
  cd Twilio

Install

Install this project with:

  bundle install
  rails db:create db:migrate

Usage

To run the project, execute the following command:

  rails console
  Twilio::SmsService.new(body: 'Your message', phone_number: '+55111234567890').call
  bin/dev

Open http://localhost:3000/ on your browser.

(back to top)

👥 Authors

👤 Elson Otake

(back to top)

🔭 Future Features

  • ** **

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

(back to top)

📝 License

This project is MIT licensed.

(back to top)