Subscribe to an RSS feed to follow what other people are starring, without stalking their GitHub profiles. ⭐
You can use a hosted version of this (for free) here.
GET /feed/{username} # Single user
GET /feeds/{user1}+{user2}+...} # Multiple users
Set your GitHub token:
export GITHUB_TOKEN=your_token_hereInstall dependencies and run:
make deps
make runmake test # Run tests
make lint # Run linter
make build # Build binary
make fmt # Format code
Contributions and bug reports are welcome! Feel free to open issues, submit pull requests or contact me if you need any support.
This project is licensed under the MIT License.