Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/housing-data-coalition/rtc-eviction-viz
Eviction visualization for Right To Counsel NYC.
https://github.com/housing-data-coalition/rtc-eviction-viz
Last synced: 3 months ago
JSON representation
Eviction visualization for Right To Counsel NYC.
- Host: GitHub
- URL: https://github.com/housing-data-coalition/rtc-eviction-viz
- Owner: housing-data-coalition
- Created: 2020-11-18T19:53:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T04:14:30.000Z (3 months ago)
- Last Synced: 2024-08-05T01:26:55.205Z (3 months ago)
- Language: TypeScript
- Homepage: https://housing-data-coalition.github.io/rtc-eviction-viz/
- Size: 62.6 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a visualization of eviction filings week-by-week in New York.
**[View it on the web](https://housing-data-coalition.github.io/rtc-eviction-viz)**
## Quick start
You will need to first copy `.env.sample` to `.env` and edit it accordingly.
Then run:
```
npm run --frozen-lockfile
npm run build-data
npm run watch
```Then visit http://localhost:1234/rtc-eviction-viz.
## Updating data
To update the data, re-run `npm run build-data`.
## Deployment
To deploy the site, run `npm run deploy`.
---
## Manual Tests
- Make sure both [/rtc-eviction-viz](http://localhost:1234/rtc-eviction-viz) and [/rtc-eviction-viz?view=widget](http://localhost:1234/rtc-eviction-viz?view=widget&fieldName=total_active_cases&height=150) routes work.
- [/rtc-eviction-viz](http://localhost:1234/rtc-eviction-viz) should only require a login once.
- [view=widget](http://localhost:1234/rtc-eviction-viz?view=widget&fieldName=total_active_cases&height=150) should not require any auth.