Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:45:25.000Z (2 months ago)
- Last Synced: 2024-12-12T15:39:10.916Z (29 days ago)
- Topics: github, mastodon, nivo, statistics, stats, trakt-tv, twitter
- Language: TypeScript
- Homepage: https://stats.lekoarts.de
- Size: 1.72 MB
- Stars: 5
- Watchers: 2
- 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.