Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 320 Bytes

Omniauth strategy for TripIt.

To use, add the gem to your Gemfile:

gem 'omniauth-tripit'

Then add your API consumer key and secret to your omniauth.rb initializer:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :tripit, "your_consumer_key", "your_consumer_secret"
end