Slide decks presented on the web. All you need to present: a browser. All you need to participate: a browser.
- Create beautiful presentations based on templates.
- Launch presentation with a URL on twitter.
- Control presentation with your mobile device.
- Audience follows along to presentation from link or matched by location.
Why Twitter?
- Twitter connects people.
- It allows anybody to sign up with only an email address.
- Presentations are public engagements, it makes sense to keep the conversation open.
- Real-time.
- Ruby 2.0+
- Bundler
- Redis
- The callback URL will resemble: http://localhost:3000/auth/twitter/callback
- Be sure to enable 'Sign in with Twitter'
- Clone the repo
git clone [email protected]:amoose/twalk.git
- Bundle
bundle install
- Copy and configure parameters
cp config/application.yml.example config/application.yml
- Start the server with
bin/rails s
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
MIT
Free Software, Hell Yeah!