Code Monkey home page Code Monkey logo

vacationcaster's Introduction

VacationCaster

VacationCaster scans airbnb for last minute cancellations

VacationCaster helps AirBnB guests by finding them potential deals from hosts who are dealing with potentially lost revenue. The goal of this project is to bring aspects of yield management to the vacation rental marketplace.

The heavy lifting of finding last minute cancellations is handled by background jobs. Background jobs and scheduling jobs are handled by resque and resque-scheduler, respectively. User, search, and AirBnB data is persisted with Postgres.

##Getting Started

  1. Start Postgres and Redis
  2. run bundle install to install gems
  3. run rake db:migrate to set up Postgres
  4. run rake db:seed to get some users, and a search of Kingman, AZ.
  5. run rake resque:scheduler to process schedules
  6. run rake resque:work QUEUE=* to run background jobs
  7. run rails s to start the server. 8. When testing the bookmarklet, use thin start --ssl -p 3000 to enable https.

##Production

  1. Deploy to Heroku.
  2. Install the Redis To Go, and SendGrid addons.
  3. Run heroku run rake db:migrate to get the DB serviceable.
  4. Scale workers as needed.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

vacationcaster's People

Contributors

eunoia avatar

Watchers

James Cloos avatar

Forkers

bitsaving

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.