Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 396 Bytes

README.rdoc

File metadata and controls

16 lines (9 loc) · 396 Bytes

Rails 4.1 sample application on using hpa-ruby gem

Clone repository

$ git clone https://github.com/htmlpdfapi/hpa_rails_example.git
$ cd hpa_example
$ bundle install

Set your api token ( create a user account at HTML PDF API in order to get your token ) inside config/application.rb

Hpa.api_token = "<your token>"

Run server

$ rails s