josephspens / consolidate-members

Consolidate members of Space Apps NYC across data sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consolidate Members

Build Status Coverage Status

Command line utility to pull data from various data sources used by Space Apps NYC to track membership, and compile them in one place.

Usage

  1. Export a TSV from Meetup to your computer
  2. Install the program - (in bash) git clone git@github.com:josephspens/consolidate-members.git
  3. Move into the program directory - cd consolidate-members
  4. Install packages - npm install
  5. Run the program - node index.js -t meetup path/to/tsv/file
  6. Import the generated TSV file (located in the local dist directory) to MailChimp.

More options, sources, and target data sources to come.

About

Consolidate members of Space Apps NYC across data sources


Languages

Language:JavaScript 100.0%