Skip to content

Find your next vacation cottages and campgrounds in seconds, not hours!

License

Notifications You must be signed in to change notification settings

EmilePerron/trouveunchalet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vacation rental search engine

A project that aims to help people easily find vacation rentals of all types (cottages, campsites, etc.) with little to no effort required.

The idea is simple:

  • We crawl thousands of websites and booking pages.
  • Users tell us what they're looking for.
  • We find matching locations with availabilities, and show them to the users.

We don't manage booking or any other parts of the process: we just help users find available rentals that match their criteria and availabilities.

Setting up the project

  1. Clone the repository.
  2. Set up the following environment variables (e.g. in a env.local file):
    DIGITALOCEAN_SPACES_ENDPOINT=
    DIGITALOCEAN_SPACES_ID=
    DIGITALOCEAN_SPACES_SECRET=
    DIGITALOCEAN_SPACES_BUCKET=
  3. Start the project with Docker Composer
    docker compose up

Data sources

This project indexes listings from the following sites:

Generic data source drivers

Contributing

See CONTRIBUTING.md

Troubleshooting

Trusting TLS certificate

On MacOS:

docker cp $(docker compose ps -q app):/root/.local/share/caddy/pki/authorities/local/root.crt /tmp/root.crt && sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /tmp/root.crt

About

Find your next vacation cottages and campgrounds in seconds, not hours!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published