Sha256: 24f202bed36e0d986f6f38c6b787a7feb05fc64ddecd1f27784701de1ca8790a
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
if defined? GovKit GovKit.configure do |config| # Get an API key for Sunlight's Fifty States project here: # http://services.sunlightlabs.com/accounts/register/ config.fiftystates_apikey = 'YOUR_FIFTYSTATES_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govkit-0.1.0 | generators/govkit/templates/govkit.rb |