CCSF-Coders / ccsf_coders_website

The CCSF Coders Club Website Project
2 stars 12 forks source link

display Club Members' Projects #5

Open kmolo opened 9 years ago

kmolo commented 9 years ago

Moving issue from https://github.com/mrpaxton/ccsf_coders_website/issues/18

This section should present the projects currently being worked on by the club members. It is still unclear as to how we should present their work. We discussed the general ideas on this earlier. We can have a blog or an html page with project description and details. We can also have a link to the project page on Github or to the project website. The way to present is undecided. Please share your thoughts.

kevr commented 9 years ago

On hills, we can use CGI; we could use github's api and scrape the CCSF-Coders repositories and have it dynamically list out the projects, and if we want it shown there, we can just fork the project over to the organization or make it there, would be a neat way of automating things methinks.

kevr commented 7 years ago

I've provided a commit that includes a PHP utility function to scrape organization repositories via the github API. Very simple, can be done in any language. See commit b62ca0f545390ba7e7b8cb4ebd5ab3b73c9c9a50, file located on /lib/github.php

possibly commented 7 years ago

Clever! I'd love to see this utilized somewhere on the site.