tiberiuiancu / housing-viz

Visualising the housing prices in the Netherlands with the Gmaps API by scraping housing websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Housing price visualization

Website to visualize rent prices from scraped housing websites.

Architecture

Architecture

Sample environment variables

MONGO_INITDB_DATABASE=test-db
MONGO_INITDB_ROOT_USERNAME=user
MONGO_INITDB_ROOT_PASSWORD=pass
MONGODB_DOCKER_URI=mongodb://user:pass@database:27017
MONGODB_URI=mongodb://user:pass@localhost:27017
MAPS_API_KEY=<API KEY>

The API key must have the following services enabled:

  • Geocoding API
  • Places API
  • Maps JavaScript API

Run

To start all components, simply run

docker-compose up

Screenshot

Screenshot

About

Visualising the housing prices in the Netherlands with the Gmaps API by scraping housing websites


Languages

Language:Go 99.7%Language:Dockerfile 0.3%