Skip to content

nelstrom/VimshopLocations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment vars
----------------

To fetch records from the MailChimp API, we need to configure an API key, and specify the ID of the subscriber list. These are stored as environment variables.

Set these up on your development environment by running these (or paste them into your .bash_profile):

    export MAILCHIMP_API_KEY=abc123
    export WORKSHOP_LIST_ID=321bca

Set these up on heroku by running:

    heroku config:add MAILCHIMP_API_KEY=abc123
    heroku config:add WORKSHOP_LIST_ID=321bca

About

A rails app to analyse locations of subscribers for Vimcasts workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published