All Projects β†’ kbariotis β†’ gityeller

kbariotis / gityeller

Licence: MIT license
Stay in the loop of your favorite Github repositories.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gityeller

Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+1300%)
Mutual labels:  github-api
gitline
Github repositories timeline πŸ“‘
Stars: ✭ 32 (+77.78%)
Mutual labels:  github-api
github-watchman
Monitoring GitHub for sensitive data shared publicly
Stars: ✭ 60 (+233.33%)
Mutual labels:  github-api
admissions
Admissions is the gateway to Elixir School's private Slack
Stars: ✭ 18 (+0%)
Mutual labels:  github-api
github-profile
See Your Github Profile Summary
Stars: ✭ 21 (+16.67%)
Mutual labels:  github-api
scalafmt-probot
πŸ€–Github bot for checking code formatting with scalafmt
Stars: ✭ 15 (-16.67%)
Mutual labels:  github-api
Hubcaps
a rust interface for github
Stars: ✭ 245 (+1261.11%)
Mutual labels:  github-api
Giter
Quickly set up a new remote repository, initialize a local git repository and add the remote repo
Stars: ✭ 38 (+111.11%)
Mutual labels:  github-api
contribution-checker
Check whether GitHub commits qualify as contributions.
Stars: ✭ 34 (+88.89%)
Mutual labels:  github-api
gitbot
The most popular Discord dev toolkit with 400k+ users πŸš€βœ¨
Stars: ✭ 59 (+227.78%)
Mutual labels:  github-api
github releases exporter
Exports GitHub release metrics to the Prometheus format
Stars: ✭ 21 (+16.67%)
Mutual labels:  github-api
RxSwift-VIPER-iOS
RxSwiftVIPER is an sample iOS App written in RxSwift using the VIPER architecture. Also RxSwiftVIPER is not a strict VIPER architecture.
Stars: ✭ 47 (+161.11%)
Mutual labels:  github-api
gitamp
Listen to music generated by events across github.
Stars: ✭ 29 (+61.11%)
Mutual labels:  github-api
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (+116.67%)
Mutual labels:  github-api
github-profile-views-counter
πŸš€ Set up this GitHub profile views counter for your profile that does not require any services to record profile views
Stars: ✭ 66 (+266.67%)
Mutual labels:  github-api
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+16650%)
Mutual labels:  github-api
ghapi3
Work In Progress: GitHub API v3.0 implemented in R using the gh package
Stars: ✭ 15 (-16.67%)
Mutual labels:  github-api
useful-forks.github.io
Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
Stars: ✭ 917 (+4994.44%)
Mutual labels:  github-api
watchub
Be notified of people who followed/unfollowed you and starred/unstarred your repositories
Stars: ✭ 55 (+205.56%)
Mutual labels:  github-api
gh
Control GitHub from your Terminal
Stars: ✭ 28 (+55.56%)
Mutual labels:  github-api

GitYeller

GitYeller

Subscribe to your favorite Github repositories and get an email once there is a new issue of a specific label.

I needed a way to watch out issues of common labels like "need help", "documentation", etc to contribute to my favorite repositories.

GitYeller is what I came up with. Read more about it at my blog post.

Development

GitYeller is divided in two parts.

  • The front server/client (server and app folders) application that uses React/Webpack and Node.js.

  • The worker (worker folder) that constantly traverses the database and check against Github's API.

Once you have cloned the repository:

  1. Update config/default.json. All you need for the frontend app is the Mongo URI
  2. run npm install to install dependencies
  3. run npm run dev to run the development server
  4. run node worker to run the worker. Update config first.

Contribute

Contributions are welcome!

Make sure that npm test passes and give me a heads up before you start writing code!

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].