anvaka / pm

package managers visualization
https://anvaka.github.io/pm/
MIT License
1.57k stars 135 forks source link

Clojars graph #13

Open runningskull opened 8 years ago

runningskull commented 8 years ago

Awesome project! I'd love to see a graph of Clojars (the Clojure package repository).

The repository data seems pretty accessible: https://github.com/ato/clojars-web/wiki/Data

anvaka commented 8 years ago

Thank you! Unless someone else does this before me, I'll make the indexer some time this or next week.

anvaka commented 8 years ago

I read the docs, yet sill not sure how to fetch list of all packages and their dependencies.

E.g. https://clojars.org/api/artifacts/aaron-santos/clj-tiny-astar - this doesn't list dependencies, while here I can see them: https://clojars.org/aaron-santos/clj-tiny-astar

Opened issue on the clojars-web repository for further guidance: https://github.com/clojars/clojars-web/issues/431