Skip to content

Instantly share code, notes, and snippets.

@caalberts
Created March 15, 2017 01:34
Show Gist options
  • Save caalberts/c32aa3446a981f6fc01973b4c0a4c618 to your computer and use it in GitHub Desktop.
Save caalberts/c32aa3446a981f6fc01973b4c0a4c618 to your computer and use it in GitHub Desktop.
Retrieve list of RSVPs from Meetup.com
document.querySelectorAll('#rsvp-list .member-name > a').forEach(node => console.log(node.textContent.trim()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment