Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bounebrayan/uniswap-dashboard

A web app to retrieve activity reports for uniswap related github repositories.
https://github.com/bounebrayan/uniswap-dashboard

cron-jobs github-api reports uniswap

Last synced: about 1 month ago
JSON representation

A web app to retrieve activity reports for uniswap related github repositories.

Awesome Lists containing this project

README

        

# Uniswap Dashboard 🦄 (V4 and V3 support)
This web App serves as a tool to monitor and analyze the activity of developers working on Uniswap across GitHub.

## Getting Started

Start the server in dev mode:
npm run dev

## Data flow
Indexing new repositories is done using the indexingrepos.js and indexingv4repos.js scripts, the json result file contains the list of repositories that is fed to the getDatav3.js and getDatav4.js scripts to get their details and stats and saved to sqlite db each.