Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CfAPI for content of Projects lists on frontpage and /projects #22

Open
wbushey opened this issue Feb 8, 2015 · 0 comments
Open

Comments

@wbushey
Copy link
Member

wbushey commented Feb 8, 2015

CfAPI is pretty cool, and Open Twin Cities is feeding content into it. For example, a list of active OTC projects is available at http://codeforamerica.org/api/organizations/Open-Twin-Cities/projects .

For the sake of organization and reusing resources, let's fetch content from the CfAPI for the project listings on opentwincities.org. This should be a pretty easy implementation:

  1. GET http://codeforamerica.org/api/organizations/Open-Twin-Cities/projects
  2. For each element returned, create a DOM element that includes the project name, description, code url, and link url if available.
  3. Insert created DOM elements into the page.

The OTC projects included in the CfAPI Projects endpoint are defined in this Google Spreadsheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant