Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelplazek/github-repo-app
Example app to display the GitHub repos for a given user
https://github.com/michaelplazek/github-repo-app
Last synced: 9 days ago
JSON representation
Example app to display the GitHub repos for a given user
- Host: GitHub
- URL: https://github.com/michaelplazek/github-repo-app
- Owner: michaelplazek
- Created: 2021-05-22T15:35:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T01:55:27.000Z (over 3 years ago)
- Last Synced: 2024-10-18T01:58:40.571Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Repo App
This is an example app for displaying the GitHub repositories for a given user.
## To run:
1. Generate a GitHub access token via the instructions [here](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token).
1. This token should include the `repo` and `user` scopes
1. Set the `REACT_APP_GITHUB_TOKEN` environment variable in your shell
1. Start the app with the following command: `yarn && yarn start`## Instructions:
Enter a GitHub username in the URL path to load the information for that user, e.g. `localhost:3000/michaelplazek` would load the
information for the user `michaelplazek`