GitHub Viewer is a simple service for viewing data on GitHub.
This tool is designed for efficiently viewing Issues of a specific GitHub repository. By simply providing the information of the repository they wish to investigate as environment variables, users can retrieve a list of Issues. (Viewing of Projects is on the to-do list.)
https://github-viewer-mkin.vercel.app/
First, copy the .env.example file and create a new .env file.
cp .env.example .envNext, update the new .env file as follows.
OWNER=your GitHub username
REPO=the repository you want to view
GITHUB_TOKEN=your GitHub token
Finally, once the packages are installed, you can run it.
pnpm install
pnpm dev- Viewing of Projects
-
Displaying images in Issues"(no plan)

