Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bounebrayan/uniswap-dashboard
- Owner: BounebRayan
- Created: 2024-04-28T09:54:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T22:08:24.000Z (8 months ago)
- Last Synced: 2024-10-04T14:40:50.366Z (3 months ago)
- Topics: cron-jobs, github-api, reports, uniswap
- Language: JavaScript
- Homepage: http://34.30.128.64:3000
- Size: 192 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.