https://github.com/gxr404/github-activity
Beautify github user activity display
https://github.com/gxr404/github-activity
github github-activity website
Last synced: 5 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:52:57.000Z (about 1 year ago)
- Last Synced: 2024-12-09T13:45:55.836Z (about 1 year 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

## 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
```