meetup-signin

1.0.0 • Public • Published

Meetup Signin

A Meetup sign in app that will retrieve the list of RSVPs for a given event, display a signin form, then tweet a colorful message to a given hashtag.

git clone https://github.com/beastridge/meetup-signin.git

Then create two files in the cloned project:

twitter-config.json:

{
 "consumer_key": "xxx",
 "consumer_secret": "xxx",
 "access_token_key": "xxx",
 "access_token_secret": "xxx",
 "message": "Please Sign in!<br/>yoursite.org<br/><small>Tweet #your-hashtag to display your message</small>",
 "hashtag": "your-hashtag",
 "message_timeout": 300000
}

meetup-config.json:

{
  "event_id": "xxx",
  "key": "xxx",
  "welcomes": [
    "Salutations to",
    "A warm welcome to",
    "A warm but professional welcome to",
    "All hail",
    "Welcome",
    "A late summer greetings to"
  ],
  "prefixes": [
    "Lord",
    "Sir",
    "Commander",
    "",
    ""
  ],
  "suffixes": [
    "Esquire",
    "of House Baratheon",
    "of House Harrenhal",
    "of House Lannister"
  ]
}

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i meetup-signin

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • syntacticx
    • eastridge