Sha256: b7f4caa1b163c18a73cd470fc91f80ce3fd36a478a90edec49904bdb1b00044f
Contents?: true
Size: 645 Bytes
Versions: 14
Compression:
Stored size: 645 Bytes
Contents
if defined? GovKit GovKit.configure do |config| # Get an API key for Sunlight's Open States project here: # http://services.sunlightlabs.com/accounts/register/ config.openstates_apikey = 'YOUR_OPENSTATES_API_KEY' ##API key for Votesmart # http://votesmart.org/services_api.php config.votesmart_apikey = 'YOUR_VOTESMART_API_KEY' # API key for NIMSP. Request one here: # http://www.followthemoney.org/membership/settings.phtml config.ftm_apikey = 'YOUR_FTM_API_KEY' # Api key for OpenCongress # http://www.opencongress.org/api config.opencongress_apikey = 'YOUR_OPENCONGRESS_API_KEY' end end
Version data entries
14 entries across 10 versions & 1 rubygems