Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeonguchoe/levels.fyi-dashboard
Information visualization of Levels.fyi data points
https://github.com/yeonguchoe/levels.fyi-dashboard
d3
Last synced: 23 days ago
JSON representation
Information visualization of Levels.fyi data points
- Host: GitHub
- URL: https://github.com/yeonguchoe/levels.fyi-dashboard
- Owner: YeonguChoe
- Created: 2024-06-08T19:18:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T05:29:55.000Z (5 months ago)
- Last Synced: 2024-10-05T10:58:23.159Z (about 1 month ago)
- Topics: d3
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Levels.fyi Dashboard
- Project URL: [https://levelsfyi.web.app](https://levelsfyi.web.app)
- This is a visualization application using data points of Levels.fyi during 2018 to 2022.## Instruction
1. Install node packages
```bash
npm install
```
2. run
```bash
npx http-server
```
3. Open [http://127.0.0.1:8080](http://127.0.0.1:8080)