Skip to content
Vivek edited this page Aug 20, 2015 · 2 revisions

The projects page depends on the code for america projects endpoint api: http://codeforamerica.org/api/ https://github.com/codeforamerica/cfapi

For San Jose it is: var codeForAmerica_Projects_endpoint = "http://codeforamerica.org/api/organizations/Code-for-San-Jose/projects?per_page=999";

To prototype a better projects page commit and edit this file:

https://github.com/codeforsanjose/codeforsanjose.github.io/blob/master/projects/index.html

and changes will show up here: http://codeforsanjose.github.io/projects/

If you want to edit individual metadata about your project edit the title, description, or civic.json of your github repo. There are rules of works on their pages.

After we feel we have made a better projects page prototype, we make small edits to the code to make a php file which we upload directly to the server. This will update our webpage.

Clone this wiki locally