/debsday

Record a video or write a note to wish a happy birthday to my friend Deb...

Primary LanguageJavaScript

DebsDay

This app allows visitors to leave a message for my friend's brithday.

You can write a note, upload a picture and/or record a video with your phone's camera.

This branch uses HTML5's accept and capture tags to open the user's phone camcorder to record a video. It uploads the recording to an Amazon S3 bucket using Paperclip.

Note: Desktop browsers will not have the record video option. See the desktop_scriptcam branch for a working desktop implementation.

Stack

  • Rails 4.0.2
  • Ruby 2.1.2
  • PostgreSQL 9.3.3
  • HTML5

Tools