iankronquist / y-cloninator

List GitHub projects trending on Hacker News without distractions.
http://ycloninator.herokuapp.com/
MIT License
127 stars 13 forks source link

Number of stars is not update #16

Open yoanmarchal opened 8 years ago

yoanmarchal commented 8 years ago

nice app but the number of stars for each repository is not updated

iankronquist commented 8 years ago

Good point. We just grab them the first time we populate the database. We'd have to hit the api endpoint each repo in the DB to get the updated number of stars if I'm not mistaken. It sounds like we need another periodic job. @tschuy thoughts?