Skip to content

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

Notifications You must be signed in to change notification settings

tiberiuiancu/housing-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published