[Haskell-cafe] idea: ratings (or maybe comments) for packages in hackage

Carter Schonwald carter.schonwald at gmail.com
Tue Nov 5 05:49:28 UTC 2013


would we also want to integrate bitbucket and darcsden analogues as well?


On Tue, Nov 5, 2013 at 12:35 AM, Roman Cheplyaka <roma at ro-che.info> wrote:

> * Simon Hengel <sol at typeful.net> [2013-11-04 23:45:36+0100]
> > Or maybe just integrating GitHub stars is the way to go?  If this leads
> > to more stars for Haskell projects on GitHub, this would also help to
> > promote Haskell in the large open source community!
>
> That's a great idea!
>
> The github url can be derived by checking the homepage url and the
> source repository location for the right pattern. (At least one of these
> should point to github.)
>
> Then we just need to send a GET request at
>
>   http://api.github.com/repos/:owner/:repo/stargazers
>
> and parse the JSON response.
>
> To avoid the delay while loading the page, I guess it's better to do
> this asynchronously on the client side.
>
> Anyone cares to write this piece of javascript?
>
> Roman
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131105/93253f2e/attachment.html>


More information about the Haskell-Cafe mailing list