finalfreq / magic-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic Text

Magic Text was a part of Rails week 3 at Epicodus. This project was for learning how to setup an API using rails and Twillio. The point of the application is to create a contact list and have the ability to send customer texts from the website using Twilio.

Usage

To run this project you must have rails installed.

Open project in terminal and run bundle to install necessary gems and run the following in terminal.

rake db:create
rake db:seed
rake db:migrate
rails s

You should then be able to open on localhost:3000. From there you can register a new account and add contacts to send messages for. As of now you would need a twilio account of your own to use as the registered number to send from.

Bug reports

If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.

Maintainers

  1. James Williams (https://github.com/finalfreq)

License

MIT License. Copyright 2015

About


Languages

Language:Ruby 76.2%Language:HTML 20.6%Language:CSS 1.9%Language:JavaScript 1.0%Language:CoffeeScript 0.3%