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

https://github.com/jackyzha0/curius-viz


https://github.com/jackyzha0/curius-viz

Last synced: about 2 months ago
JSON representation

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
```