Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
View information and street view imagery for parcels in the city of Detroit.
- Host: GitHub
- URL: https://github.com/CityOfDetroit/parcel-viewer
- Owner: CityOfDetroit
- License: mit
- Created: 2018-01-30T21:09:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T14:21:46.000Z (9 months ago)
- Last Synced: 2024-04-14T07:56:38.341Z (7 months ago)
- Topics: mapillary, parcels, react
- Language: JavaScript
- Homepage: https://cityofdetroit.github.io/parcel-viewer/
- Size: 26.2 MB
- Stars: 8
- Watchers: 12
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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])