## Examples ### GroupDocs Ruby SDK Example App ####Grab the copy of examples from GitHub: 1) git clone git@github.com:groupdocs/groupdocs-ruby.git 2) cd to examples/api-samples or copy api-samples folder somethere ####Install bundler: gem install bundler # unless it's already installed ####Install dependecies: bundle install ####Run the web app: bundle exec ruby app.rb ####Now open `http://localhost:4567` and try it! ### Live Demo See live demo for api samples [here](http://groupdocs-ruby-samples.herokuapp.com)