27 lines
1001 B
Markdown
27 lines
1001 B
Markdown
---
|
|
weight: 1
|
|
title: "Search Mapper"
|
|
date: "2019-12-03T00:00:00Z"
|
|
lastmod: "2019-12-03T00:00:00Z"
|
|
|
|
external_link: "https://spencassemble.com/search-mapper"
|
|
url_code: "https://gitlab.spencassemble.com/spencerpincott/search-mapper"
|
|
|
|
draft: false
|
|
author: "Spencer"
|
|
description: "Maps housing searches"
|
|
images: []
|
|
resources:
|
|
- name: "featured-image"
|
|
src: "featured.jpg"
|
|
|
|
tags: ["node.js"]
|
|
categories: []
|
|
|
|
lightgallery: true
|
|
|
|
toc:
|
|
auto: false
|
|
---
|
|
This is a simple project a threw together out of necessity when I was looking at renting a new place and was later expanded upon when I started looking for a place to buy. It first allows Kijiji searches to be mapped out, a feature Kijiji themselves does not offer. It does this through page scrapping and is extremly inefficient. I later added support for using Remax and Realtor. While these sites do offer the ability to map search results I didn't enjoy how they were grouped and instead decided to expand this project leveraging their APIs and data.
|