An embeddable widget to find issues on the Code for America API
A small, embedable and customizable web app to find civic issues to work on based on their issues. It fetches data from the Code for America API.
This widget can be accessed directly, or it can be embeded into any webpage with the following code:
<iframe src="http://civicissues.herokuapp.com/" width='300' height='400'></iframe>
The url in the src attribute of the iframe can be given the following query params to cutomize your widget
organization_name: Only looks for issues of projects in the given organization. The organization has to be inside the CFAPI. Here’s a list of organizations Example: <iframe src="http://civicissues.herokuapp.com?organization_name=Code+for+San+Francisco" width='300' height='400'></iframe>default_labels: Labels that should always be included in the search query. Example: <iframe src="http://civicissues.herokuapp.com?default_labels=beginner" width='300' height='400'></iframe>