Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)