0.0
No release in over a year
Connect your app with information sources like Touring Plans.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 6.1.4
~> 0.3, >= 0.3.1
 Project Readme

WdwSources

Collect live data about Walt Disney World's attractions (rides), dining, and hotels (accommodations).

Usage

Add this Rails engine to your app to create helpful insights about vacationing in Walt Disney World.

To update data from touringplans.com, inside your rails console run:

$ WdwSources::TouringplansUpdate.sync_all("attractions")
$ WdwSources::TouringplansUpdate.sync_all("dining")
$ WdwSources::TouringplansUpdate.sync_all("hotels")

Installation

Add this line to your application's Gemfile:

gem 'wdw_sources'

And then execute:

$ bundle

And then execute:

$ rails g wdw_sources:install

Or install it yourself as:

$ gem install wdw_sources

Contributing

Thanks to touringplans.com for opening an API and making this gem possible.

License

The gem is available as open source under the terms of the MIT License.