0.0
No commit activity in last 3 years
No release in over 3 years
Extracts rent informantion from Airbnb
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.8
~> 4.4
~> 5.9
~> 11.3
~> 0.42
~> 0.12
~> 3.0
~> 2.1

Runtime

~> 2.0
 Project Readme

Name : Time_Traveler

Gem Version Build Status

description : provide trip services.

Time_Traveler is a gem that specializes in providing trip services.

Installation

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

For ad hoc installation from command line:

$ gem install Time_Traveler

Setup Time_Traveler 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 Time_Traveler gem in your code: require 'Time_Traveler'

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

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