WordPress + Spark API Custom Plugin

What I Did

On this project my team and I took a pre-built Wordpress theme and modified it using a child theme. We were able to transform an AirB&B-esc theme into a MLS realtor site.

One major challenge that MLS sites pose is that data is only accessible via APIs and is not allowed to be stored locally for copyright reasons. So I used an API called SparkAPI in order to integrate a search engine for Mid-Missouri onto our site. This plugin was something I had originally built to use with a different system, so I had to adapt it to WordPress.

This was a project that required me to use object-oriented PHP and a lot of AJAX.