https://github.com/techniq/github-analysis
Analyze Github data
https://github.com/techniq/github-analysis
Last synced: about 1 year ago
JSON representation
Analyze Github data
- Host: GitHub
- URL: https://github.com/techniq/github-analysis
- Owner: techniq
- Created: 2021-11-08T02:26:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T18:00:34.000Z (about 1 year ago)
- Last Synced: 2025-03-13T18:43:52.283Z (about 1 year ago)
- Language: Svelte
- Homepage: https://github.techniq.dev
- Size: 774 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-analyzer
## Environment
- Create [Github OAuth app](https://github.com/settings/developers)
- Set `Authorization callback URL` to `{VITE_BASE_URL}/auth/callback`
- Capture `Client ID` and `Client secret` to be used next step
- Local development
- Create `.env` file in root of project with the following keys:
- `VITE_BASE_URL` (ex. `http://localhost:3000`)
- `VITE_GITHUB_CLIENT_ID` (see above)
- `VITE_GITHUB_CLIENT_SECRET` (see above)
- Vercel
- Add to `Environment Variables` via interface
- `VITE_BASE_URL` (ex. `https://github-analysis.vercel.app`)
- `VITE_GITHUB_CLIENT_ID` (see above)
- `VITE_GITHUB_CLIENT_SECRET` (see above)