Skip to content

postageapp/rumble_demoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Rumble PostageApp Demo App

This is a simple demonstration app for PostageApp. To make it work you will need to configure config/initializers/postageapp.rb with your API key:

PostageApp.configure do |config|
  config.api_key = 'EXAMPLE_API_KEY'
end

Several templates are required for this to work, but they are described in the blog post:

blog.postageapp.com/2010/10/rails-rumble/