Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 424 Bytes

Meetup Raffle

Quickly wrote this during the meetup.

Installing

Node is required.

npm install

To get this to work please create a key.json file with your Meetup key that you can get from http://www.meetup.com/meetup_api/key/

{
  "key": "your key here"
}

Run the page

node index.js

then navigate to localhost:3000