https://github.com/jackyzha0/curius-viz
https://github.com/jackyzha0/curius-viz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackyzha0/curius-viz
- Owner: jackyzha0
- Created: 2022-03-27T04:45:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T15:21:29.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:14:00.293Z (8 months ago)
- Language: JavaScript
- Homepage: https://jackyzha0.github.io/curius-viz/
- Size: 4.52 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# curius-viz
## Scraping
```bash
cd scraper
# only run once
npm i
# actually scrape, this will produce a file called dump.json which you can then use
node index.js
```
## Running the test site
```bash
cd viz
# only run once
npm i
# run dev server on localhost:3000
npm run dev
```