Tool for visualizing real estate price distribution using the Zillow API and Google Charts.
Currently limited to states with Zillow index pricing.
Planned features include:
- MLS pricing integration
- heatmap view
- international real estate data
This project is licensed under the MIT License - see the LICENSE.md file for details
In your terminal,
-
npm install
In your terminal,
- Run webpack
npm run build-dev
- Start your server
npm start
In your browser,
- Navigate to
http://localhost:3001
available soon...