Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cityofdetroit/affordable-housing-map

This web map displays the controlled affordable housing properties in the City of Detroit.
https://github.com/cityofdetroit/affordable-housing-map

affordable esri-leaflet housing hud leafletjs mapping turfjs

Last synced: about 2 months ago
JSON representation

This web map displays the controlled affordable housing properties in the City of Detroit.

Awesome Lists containing this project

README

        

# Affordable Housing Map
This web map displays the controlled affordable housing 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.
- [Arcgis Parser](https://github.com/Esri/terraformer-arcgis-parser) for geometry conversion to Esri.
- [Turf](https://turfjs.org/) for geospacial analysis.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Yarn](https://yarnpkg.com/en/) for 3rd party library use and management.

Please make sure these are installed locally

## Setup Local Environment.

1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/affordable-housing-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/affordable-housing-map