https://github.com/memergamer/github-repo-visualization
The goal of this project is to visualize github repositories in a graph and the connection between them. Each node in the graph represents a repository and each edge represents a language used in the repository.
https://github.com/memergamer/github-repo-visualization
deno github graph react repository-statistics typescript
Last synced: 9 days ago
JSON representation
The goal of this project is to visualize github repositories in a graph and the connection between them. Each node in the graph represents a repository and each edge represents a language used in the repository.
- Host: GitHub
- URL: https://github.com/memergamer/github-repo-visualization
- Owner: MemerGamer
- Created: 2024-10-29T15:07:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T22:48:28.000Z (about 1 year ago)
- Last Synced: 2024-11-24T23:27:37.301Z (about 1 year ago)
- Topics: deno, github, graph, react, repository-statistics, typescript
- Language: TypeScript
- Homepage: https://github-repo-visualization.kovacsbalinthunor.com/MemerGamer/grid
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Repo Visualizer

The goal of this project is to visualize github repositories in a graph and the connection between them.
Each node in the graph represents a repository and each edge represents a language used in the repository.
This should represent a users personal expertise, and their favored technologies.
Start project manually:
1. Make sure to set the `.env` variables based on the example in `.env.example`
2. Run `deno install`
3. Run `deno task dev`