Skip to content

razorcd/twilio-interface

Repository files navigation

Build Status

twilio-interface

Web interface for sending and receiving messages with Twilio.

##Live Demo

#Development

  • to start local server run rake start and visit localhost:9292
  • to run tests run rspec
  • to deploy to Heroku merge development branch to production branch in GitHub and CI will do the rest

#Contribution This repository serves as a codebase demo. Therefor I am not merging any pull requests from other users.

Any requests for implementing new features are welcome. Just open an issue and I will consider it.

The license is MIT, so feel free to fork this repo and use/change it at will.

#TODO

  • extract list_messsages in a partial
  • style flash messages
  • deploy to Heroku and add CI (with Travis?)
  • state that no data is persisted (db/cache/logs)
  • [ ] separate send_message form and list_messages in 2 views
  • add test coverage (coveralls?)
  • add security (csrf, xss, )
  • maybe store data in browsers local storage? (except credentials)

About

Interface for messaging with Twilio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published