https://github.com/yous/github_push_viewer
잠깐이면 돼.... 푸시.... 푸시를 보자....!
https://github.com/yous/github_push_viewer
Last synced: 9 months ago
JSON representation
잠깐이면 돼.... 푸시.... 푸시를 보자....!
- Host: GitHub
- URL: https://github.com/yous/github_push_viewer
- Owner: yous
- License: mit
- Created: 2015-02-08T17:10:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T08:55:08.000Z (almost 11 years ago)
- Last Synced: 2025-02-10T21:19:05.825Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github_push_viewer
View your Github followings' pushes, in one place.
## Limitations
- [ ] Cannot read more than 30 pushes per user.
- [ ] Heavy slow. (7 sec on my server)
## Installation
1. Go to Github [Settings > Applications > Personal access tokens](https://github.com/settings/applications) and generate a read only token.
2. Add `config.json`:
```json
{
"appname": "YOUR_APPLICATION_NAME_OR_USERNAME",
"token": "YOUR_TOKEN_HERE"
}
```
3. `node app.js` and go to `http://localhost:6974`.
You can change the port by `PORT=25252 node app.js`.
4. Enjoy!
Also, you can view other person's timeline by `http://localhost:6974/other-person-s-username`