Name : VIAJERO

description : provide trip services.

VIAJERO is a gem that specializes in providing trip services.

Installation

If you are working on a project, add this to your Gemfile: gem 'VIAJERO'

For ad hoc installation from command line:

$ gem install VIAJERO

Setup VIAJERO Credentials

Please setup your aribnb & google developer credentials by creating an app profile on aribnb & google Developer: http://airbnbapi.org/ & https://console.developers.google.com/ – you could get "client ID".

Usage

Require VIAJERO gem in your code: require 'VIAJERO'

Supply your VIAJERO credentials to our library in one of two ways:

  • Setup environment variables: ENV['AIRBNB_API'] , ENV['GOOGLE_API'] and ENV['SKYSCANNER_API']