Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touchred/eviction-mapping
70k+ evictions plotted with react-map-gl sourced from nyc open data
https://github.com/touchred/eviction-mapping
eviction gis housing mapbox nyc nyc-opendata react react-map-gl
Last synced: about 1 month ago
JSON representation
70k+ evictions plotted with react-map-gl sourced from nyc open data
- Host: GitHub
- URL: https://github.com/touchred/eviction-mapping
- Owner: touchRED
- Created: 2020-11-10T17:05:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T21:33:27.000Z (over 1 year ago)
- Last Synced: 2024-10-14T20:44:37.735Z (2 months ago)
- Topics: eviction, gis, housing, mapbox, nyc, nyc-opendata, react, react-map-gl
- Language: JavaScript
- Homepage: https://nycevictions.netlify.app/
- Size: 5.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NYC Evictions (2017 - Present)
![NYC Evictions Map](./public/map.png)
This is a [Next.js](https://nextjs.org/) project, bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app), displaying 70,000+ NYC Open Data evictions from 2017 to the present.
## Getting Started
First, install:
```bash
npm install
# or
yarn install
```Next, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the map.