https://github.com/zehengl/yyc-house-search
A Jamstack app to display various property information
https://github.com/zehengl/yyc-house-search
redwoodjs yyc
Last synced: 5 months ago
JSON representation
A Jamstack app to display various property information
- Host: GitHub
- URL: https://github.com/zehengl/yyc-house-search
- Owner: zehengl
- License: mit
- Created: 2022-05-28T05:48:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:22:32.000Z (8 months ago)
- Last Synced: 2024-09-10T06:26:08.610Z (8 months ago)
- Topics: redwoodjs, yyc
- Language: JavaScript
- Homepage: https://yyc-house-search.netlify.app
- Size: 7.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# yyc-house-search
[](https://app.netlify.com/sites/yyc-house-search/deploys)
A Jamstack app to display various property information
## Getting Started
> **Prerequisites**
>
> - Redwood requires [Node.js](https://nodejs.org/en/) (>=14.19.x <=16.x) and [Yarn](https://yarnpkg.com/) (>=1.15)
> - Are you on Windows? For best results, follow our [Windows development setup](https://redwoodjs.com/docs/how-to/windows-development-setup) guideStart by installing dependencies:
```
yarn install
```Then fire it up:
```
yarn rw dev
```## Credits
- [Logo](https://www.iconfinder.com/icons/299061/house_icon) by [Paomedia](https://www.iconfinder.com/paomedia)
- [Icons](https://heroicons.com)
- Various datasets from [City of Calgary’s Open Data Portal](https://data.calgary.ca)
- [Historical Property Assessments (Parcel)](https://data.calgary.ca/Government/Historical-Property-Assessments-Parcel-/4ur7-wsgc)
- [Residential Solar Photovoltaic (PV) System Potential](https://data.calgary.ca/Environment/Residential-Solar-Photovoltaic-PV-System-Potential/k85e-i265)
- [Public Trees](https://data.calgary.ca/Environment/Public-Trees/tfs4-3wwa)
- [School Locations](https://data.calgary.ca/Services-and-Amenities/School-Locations/fd9t-tdn2)
- [Waste and Recycling Collection Schedule](https://data.calgary.ca/Services-and-Amenities/Waste-and-Recycling-Collection-Schedule/jq4t-b745)
- [Calgary Transit Stops By Route Cross Reference](https://data.calgary.ca/Transportation-Transit/Calgary-Transit-Stops-By-Route-Cross-Reference/pm3p-838w)
- [Recreation Facilities](https://data.calgary.ca/Recreation-and-Culture/Recreation-Facilities/hxfu-6d96)
- [Calgary Public Library Locations and Hours](https://data.calgary.ca/Recreation-and-Culture/Calgary-Public-Library-Locations-and-Hours/m9y7-ui7j)
- [Community Services](https://data.calgary.ca/Services-and-Amenities/Community-Services/x34e-bcjz)
- Various mapping components from City of Calgary’s Geospatial Business Solutions (GBS)
- [Aerial Image](https://tiles.arcgis.com/tiles/AVP60cs0Q9PEA8rH/arcgis/rest/services/CurrentOrthophoto_WMASP/MapServer?cacheKey=8c58e2af64f46f91)
- [Basemap](https://tiles.arcgis.com/tiles/AVP60cs0Q9PEA8rH/arcgis/rest/services/Calgary_Basemap/MapServer?cacheKey=831504eaa9b2633d)
- [Geocoder](http://gis.calgary.ca/arcgis/rest/services/pub_Locators/CalgaryUniversalLocator/GeocodeServer)