https://github.com/lekoarts/lekoarts-stats
Statistic about my social profiles
https://github.com/lekoarts/lekoarts-stats
github mastodon nivo statistics stats trakt-tv twitter
Last synced: 6 months ago
JSON representation
Statistic about my social profiles
- Host: GitHub
- URL: https://github.com/lekoarts/lekoarts-stats
- Owner: LekoArts
- Created: 2020-05-25T16:34:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:29:47.000Z (about 1 year ago)
- Last Synced: 2025-03-29T20:51:06.611Z (about 1 year ago)
- Topics: github, mastodon, nivo, statistics, stats, trakt-tv, twitter
- Language: TypeScript
- Homepage: https://stats.lekoarts.de
- Size: 1.95 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LekoArts Statistics
Overview of my stats on GitHub, Bluesky, Mastodon, and Trakt.
Built with Astro, vanilla-extract, Drizzle, and Turso.
## How it works
1. Drizzle is used for setting up the database schema, Turso is used as the "dialect" (it's SQLite)
1. Inside [`scripts/db-insert.ts`](https://github.com/LekoArts/lekoarts-stats/blob/main/scripts/db-insert.ts) the data for each service is fetched from the respective API. Afterwards the data is pushed to Turso.
1. The Astro site consumes the data from Turso and displays it.