An open API service indexing awesome lists of open source software.

https://github.com/shavit/redwater

📲 Rails app to activate users using SMS
https://github.com/shavit/redwater

docker-image rails-tutorial twilio two-factor-authentication

Last synced: 17 days ago
JSON representation

📲 Rails app to activate users using SMS

Awesome Lists containing this project

README

        

# Redwater

[![Build Status](https://travis-ci.org/shavit/Redwater.svg?branch=master)](https://travis-ci.org/shavit/Redwater)
[![Code Climate](https://codeclimate.com/github/shavit/Redwater/badges/gpa.svg)](https://codeclimate.com/github/shavit/Redwater)

Rails app to send verification code through SMS.

## Requirements
* Twilio account
* Docker
* Public IP

## Quick start
Run this command
````
docker-compose up
````

## Testing
````
rake test
````