Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gxr404/github-activity
Beautify github user activity display
https://github.com/gxr404/github-activity
github github-activity website
Last synced: 8 days ago
JSON representation
Beautify github user activity display
- Host: GitHub
- URL: https://github.com/gxr404/github-activity
- Owner: gxr404
- Created: 2024-10-27T17:16:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:52:57.000Z (18 days ago)
- Last Synced: 2024-12-09T13:45:55.836Z (18 days ago)
- Topics: github, github-activity, website
- Language: TypeScript
- Homepage: https://github-activity-one.vercel.app
- Size: 306 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-activity
Optimize the display of recent activities of GitHub users
![github-activity](https://socialify.git.ci/gxr404/github-activity/image?font=Raleway&forks=1&issues=1&logo=https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2F1cbdd4ff-6211-452d-8220-4b449081fbaf&name=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark)
## Preview
[Live Demo](https://github-activity-one.vercel.app/)
## Recommend
Collaborating with [github-activity-webext](https://github.com/gxr404/github-activity-webext) browser extension for a better user experience
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```## Deploy on Vercel
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgxr404%2Fgithub-activity&env=GITHUB_TOKEN&project-name=github-activity&repository-name=github-activity)
### Environment Variables
1. [Create Token](https://github.com/settings/tokens?type=beta)
2. write `.env` file```env
GITHUB_TOKEN=YOUR_GITHUB_TOKEN
```