https://github.com/nyg/yield-borg
Chart of the different yields available on the SwissBorg platform.
https://github.com/nyg/yield-borg
chart cryptocurrency swissborg yields
Last synced: over 1 year ago
JSON representation
Chart of the different yields available on the SwissBorg platform.
- Host: GitHub
- URL: https://github.com/nyg/yield-borg
- Owner: nyg
- License: mit
- Created: 2021-04-01T18:38:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T22:37:03.000Z (over 1 year ago)
- Last Synced: 2024-10-22T18:53:30.171Z (over 1 year ago)
- Topics: chart, cryptocurrency, swissborg, yields
- Language: JavaScript
- Homepage: https://yield-borg.vercel.app
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yield Borg
Yield Borg shows a simple chart of the different Smart Yields available on the SwissBorg platform. It is currently deployed on Vercel: [yield-borg.vercel.app](https://yield-borg.vercel.app).
## Tech Stack
* [Next.js](https://nextjs.org) app hosted on [Vercel](https://vercel.com)
* [Redis](https://redis.io) database hosted on [Upstash](https://www.upstash.com)
* Other dependencies: [Recharts](https://recharts.org/), [Tailwind CSS](https://tailwindcss.com)
* [Github Actions](https://github.com/features/actions) to check for new yields every hour
* Privacy-friendly [GoatCounter](https://www.goatcounter.com) for web analytics
## Architecture

## Local installation
```sh
# this file contains environment variables such as REDIS_URL and CRON_KEY
mv .env.development.local.example .env.development.local
# import the data in db/data.json into your local Redis database
npm run import-db
# install dependencies and run app (available on localhost:3000)
npm install
npm run dev
```