https://github.com/cityofdetroit/rental_map
The Rental Map display all the current register rental properties in the city as well as the parcel data for all the properties in the city of Detroit.
https://github.com/cityofdetroit/rental_map
city detroit esri-leaflet leaflet mapping parcel parcel-data register-rental-properties turfjs
Last synced: 11 months ago
JSON representation
The Rental Map display all the current register rental properties in the city as well as the parcel data for all the properties in the city of Detroit.
- Host: GitHub
- URL: https://github.com/cityofdetroit/rental_map
- Owner: CityOfDetroit
- License: mit
- Created: 2017-05-15T22:38:50.000Z (about 9 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-04T07:46:46.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:54:37.822Z (about 2 years ago)
- Topics: city, detroit, esri-leaflet, leaflet, mapping, parcel, parcel-data, register-rental-properties, turfjs
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/rental-map
- Size: 21 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rental Map [](https://travis-ci.com/CityOfDetroit/rental_map)
The Rental Map display all the current register rental properties in the city as well as the parcel data for all the properties in the city of Detroit.
## Getting Started
This project was created using:
- [Leaflet](https://leafletjs.com/) for WebGL map rendering.
- [Esri-Leaflet](https://github.com/Esri/esri-leaflet) for Esri connections.
- [Turf](https://turfjs.org/) for geospacial analysis.
- [Webpack](https://webpack.js.org/) as a web application bundler.
- [Yarn](https://classic.yarnpkg.com/en/) to manage project dependencies.
- [Cypress](https://www.cypress.io/) for testing.
Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone git@github.com:CityOfDetroit/rental_map.git
```
2. Install node dependencies.
```
$ yarn install
```
3. Run local instance.
```
$ yarn start
```
4. Run test suite.
```
$ yarn test
```
4. Create production build.
```
$ yarn build
```
## Resources
* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/rental_map