https://github.com/mrmartineau/githubwatched
Simple app to show a user's watched & owned repos
https://github.com/mrmartineau/githubwatched
Last synced: 10 months ago
JSON representation
Simple app to show a user's watched & owned repos
- Host: GitHub
- URL: https://github.com/mrmartineau/githubwatched
- Owner: mrmartineau
- Created: 2011-12-17T02:12:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-18T15:21:25.000Z (about 14 years ago)
- Last Synced: 2024-12-30T22:11:17.338Z (12 months ago)
- Language: JavaScript
- Homepage: http://zander.io/githubwatched/
- Size: 289 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Github watching app
======================================
Simple use of Github's JSON feed to pull out a user's watched & owned repositories; I thought Github's implementation was lacking somewhat so I sert about trying to improve on it. I realise that my 'solution' is not perfect, but it is more of an experiment & learning tool.
## Upcoming
1. Get a list of the inputted user's starred gists (I am fairly ertian that this is not possible - see: http://developer.github.com/v3/gists/)
2. Currently, the app only displays the first 100 results, I would like to show more by either paginating or infinitely scrolling. I do not know how to do this yet, but will have a go. **Any suggestions on this would be really appreciated.** See: http://developer.github.com/v3/#pagination
3. If you are already logged in to Github, I'd like to display a list of the users you follow so you can see their repos. All I need to do is
## Help me improve
This little app is a way for me to build something that I would not normally build, I am stumbling through & would love it, if you come across a bad habit or something that could be made more efficient, if you could let me know how I could improve the app.