https://github.com/ztf666/myrepos-gitapiv3
plain js/jquery
https://github.com/ztf666/myrepos-gitapiv3
api api-call github-api github-app
Last synced: 5 months ago
JSON representation
plain js/jquery
- Host: GitHub
- URL: https://github.com/ztf666/myrepos-gitapiv3
- Owner: ZTF666
- License: mit
- Created: 2020-03-30T01:54:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T13:53:32.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T13:37:49.270Z (about 1 year ago)
- Topics: api, api-call, github-api, github-app
- Language: HTML
- Homepage: https://gitusersrepos.web.app/
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# X's Repos
```
A remake / downgrade of my previous github repos project with VueJs.
This spa returns the repositories of a github user.
Insert the user's name and you'll get all of his public repositories , number of stars , forks and watchers.
```
ποΈ [GitRepos VueJS](https://github.com/ZTF666/GithubRepositoryLister) .
π’ [Live Demo](https://gitlister.web.app/)
```
This time using only jquery and basic js.
No authentication , just unauth requests to the api .
this was made during a small tutoring session i made for a friend .
```
XMLHttpRequest
## Functionnalities
```
Search π : looks up a user on github and displays all of his PUBLIC repos .
```
```
Export π₯ : exports a user's public repos into a CSV file .
```
```
Example of my repos as a CSV file .
```
## Setup
```
Minimal setup required .
Edit the part where it says {USER_NAME} with yours or someone else's and you're done
[IF YOU WANT A STATIC AND FIXED RESULTS] .
```
## EDIT : this was changed later on with the search feature implemented .
```
there's no need to edit anything anymore .
```
## Limitations
```
Since the request doesn't implement an authentication , you're gonna be limited to 60 requests/hour .
and authentication bumps that to 5K/hour if i recall .
good luck
```
## Contact
```
you can contact me at ZTF666@protonmail.ch
```
## License
**ποΈX's ReposποΈ** released under the [MIT](LICENSE) License.
Made with π by a π¨βπ» on a π» | 2020 | ZTF666