https://github.com/fwd/reddit
Graph Visualization UI for Reddit.
https://github.com/fwd/reddit
data data-science datasets worldnews
Last synced: 20 days ago
JSON representation
Graph Visualization UI for Reddit.
- Host: GitHub
- URL: https://github.com/fwd/reddit
- Owner: fwd
- License: mit
- Created: 2021-11-15T18:30:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:36:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T22:51:17.062Z (about 1 month ago)
- Topics: data, data-science, datasets, worldnews
- Language: JavaScript
- Homepage: https://fwd.github.io/reddit
- Size: 51.8 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualization of Reddit
This project builds a graph of related subreddits.
Demo: https://fwd.github.io/reddit
## Edit Code
```
git clone [email protected]:fwd/reddit.git && cd reddit
``````bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```# Credits
This project is a fork of: https://github.com/anvaka/sayit