Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/CityOfDetroit/parcel-viewer

View information and street view imagery for parcels in the city of Detroit.
https://github.com/CityOfDetroit/parcel-viewer

mapillary parcels react

Last synced: about 2 months ago
JSON representation

View information and street view imagery for parcels in the city of Detroit.

Awesome Lists containing this project

README

        

# Parcel Viewer

## About this tool

This site serves as a simple front-end to the city of Detroit's parcel data, integrating information from the city's open data portal with the city's street view imagery from Mapillary.

### Built with

- [create-react-app](https://create-react-app.dev/)
- [mapbox-gl-js](https://docs.mapbox.com/mapbox-gl-js/api/)
- [MapillaryJS](https://mapillary.github.io/mapillary-js/index.html)
- [Tailwind CSS](https://tailwindcss.com/)

## Getting started

### Prerequisites

- either `yarn` or `npm`

### Installation

1. Clone this repository:
```
git clone https://github.com/CityOfDetroit/parcel-viewer.git
```
2. Install NPM packages: `yarn` or `npm install`
3. Run the app: `yarn start` or `npm start`
4. You should be able to access the app at `https://localhost:3000`

## Roadmap

See the [open issues]() for a list of proposed features

## License

Distributed under the MIT License. See LICENSE for more information.

## Contact

- Jimmy McBroom: [[email protected]](mailto:[email protected])