Skip to content

grascovit/airbnb-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Airbnb Calculator

We want to find out if the location is lucrative for renting the apartment on airbnb comparing to long term renting. Write an application, that will take average long term rental income per month and address. The result should be indication if it's profitable to do Airbnb.

Setup

To run the application, execute the following step:

bundle install

Run the application:

rails s

Tests and coverage

Run the tests using:

bundle exec rspec

You can check the coverage for the project opening the coverage/index.html generated every time you run the RSpec.