Moritz Kitzmann
Moritz Kitzmann
Thank you @wesngu28 for this great idea! I looked a bit into it and it seems to be a bit more complex, since you can only get 100 stargazers at...
I will definitly look into how this could be done. I might try to get GitHub to add a GraphQL resolver so this could be done more efficiently.
Thank you for the idea. The problem here is that the project currently does not save any data for the previous run. So it wouldnt know which projects were added....
I implemented a first version of this. You can check it out on https://awweso.me/ Only problem is it doesnt work for the past since there is no data when a...
I noticed that as well and created an [issue](https://github.com/mkitzmann/awwesome/issues/7) for it. I will follow up over there.
For now I changed the sort mechanism to use "Recently Created" in general. That data is more easily available since I can get the createdAt field from the Github API....
Just updated the demo to v0.6 which is showing "Recently Created". The reason "Recently Added" did not work as expected is because there was no way to determine when a...
Thats really great! Thanks for the input! Would be fantastic to use that data. I will see how this can be integrated.
It looks like they use git blame data to determine the date a project was added. So this could be done with a query like this ```gql query { repositoryOwner(login:...
My guess is they track every change of a project not just the addition. Its actually quite difficult to determine when a project was first added. 1. You could iterate...